diff --git a/main.js b/main.js index b3c5d27..9d4528a 100644 --- a/main.js +++ b/main.js @@ -25,6 +25,7 @@ app.commandLine.appendSwitch("--enable-features", "Metal"); function createWindow() { win = new BrowserWindow({ + autoHideMenuBar: true, show: false, icon: __dirname + "/assets/images/icon.png", spellcheck: false,