diff --git a/main.js b/main.js index b85f7c2..82d13de 100644 --- a/main.js +++ b/main.js @@ -19,6 +19,7 @@ function createWindow () { // and load the index.html of the app. mainWindow.loadFile('index.html') mainWindow.maximize(); + mainWindow.removeMenu(); // Open the DevTools. // mainWindow.webContents.openDevTools()