diff --git a/src/index.js b/src/index.js index d1a7efb..a7d1627 100644 --- a/src/index.js +++ b/src/index.js @@ -141,6 +141,8 @@ function createWindow() { icon: resourcesPath + 'icons/icon.png' }) + win.setMenuBarVisibility(false) + // Open the DevTools. // win.webContents.openDevTools() electronLocalShortcut.register(win, 'F12', () => {