Skip to content

Commit 4da8ead

Browse files
author
Ludovic Lerus
committed
feat(app): no more menu
1 parent c97cccf commit 4da8ead

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ function createWindow() {
2222
slashes: true,
2323
}));
2424

25+
mainWindow.setMenu(null);
26+
2527
mainWindow.on('closed', () => {
2628
mainWindow = null;
2729
});

0 commit comments

Comments
 (0)