Skip to content

Commit 20d496e

Browse files
committed
dang
1 parent 3d0a440 commit 20d496e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ app.on('ready', () => {
2222
...(process.platform !== 'darwin' ? { titleBarOverlay: true } : {})
2323
});
2424

25+
if (require('electron-squirrel-startup')) app.quit();
26+
2527
mainWindow.setRoundedCorner();
2628
mainWindow.setMicaAcrylicEffect();
2729

@@ -30,9 +32,7 @@ app.on('ready', () => {
3032
symbolColor: 'rgba(255, 255, 255, 1)', // Symbol color
3133
height: 48
3234
});
33-
34-
if (require('electron-squirrel-startup')) app.quit();
35-
35+
3636
mainWindow.setMinimumSize(1200, 700);
3737

3838
//Menu.setApplicationMenu(null);

0 commit comments

Comments
 (0)