Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
Disabled Debug Menu
  • Loading branch information
AhmadHrb committed Jul 5, 2020
1 parent c3f1493 commit 1cc10eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function createWindow () {
// load the index.html of the app.
mainWindow.loadFile('index.html')
// remove the default electronjs menu
//mainWindow.setMenu(null)
mainWindow.setMenu(null)

}

Expand Down

0 comments on commit 1cc10eb

Please sign in to comment.