Skip to content

Commit

Permalink
Suppressed Electron menu
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmas58 committed Jul 11, 2019
1 parent fef7c89 commit 2122643
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ function createWindow() {
defaultHeight: 600
})

electron.Menu.setApplicationMenu(menu)
// electron.Menu.setApplicationMenu(menu)
electron.Menu.setApplicationMenu(null)

// Create the browser window.
mainWindow = new BrowserWindow({
Expand Down

0 comments on commit 2122643

Please sign in to comment.