diff --git a/src/background.js b/src/background.js index dfc629f..126597b 100644 --- a/src/background.js +++ b/src/background.js @@ -16,6 +16,7 @@ protocol.registerStandardSchemes(['app'], { secure: true }) function createWindow () { // Create the browser window. win = new BrowserWindow({ width: 800, height: 600 }) + win.setMenu(null) if (isDevelopment || process.env.IS_TEST) { // Load the url of the dev server if in development mode