Skip to content

Commit

Permalink
Hide menu bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Heath123 committed Dec 31, 2021
1 parent 2f09859 commit 35356d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ function createWindow() {
icon: resourcesPath + 'icons/icon.png'
})

win.setMenuBarVisibility(false)

// Open the DevTools.
// win.webContents.openDevTools()
electronLocalShortcut.register(win, 'F12', () => {
Expand Down

0 comments on commit 35356d1

Please sign in to comment.