Skip to content

Commit

Permalink
chore: bump submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaUnknown committed Nov 10, 2024
1 parent 7039262 commit 66218b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion electron/electron-dist
2 changes: 1 addition & 1 deletion electron/src/main/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default class App {
mainWindow = new BrowserWindow({
width: 1600,
height: 900,
frame: process.platform === 'darwin', // Only keep the native frame on Mac
frame: process.platform === 'darwin',
titleBarStyle: 'hidden',
backgroundColor: '#17191c',
autoHideMenuBar: true,
Expand Down

0 comments on commit 66218b8

Please sign in to comment.