diff --git a/index.js b/index.js index f40fc1e7..17f1cd3f 100644 --- a/index.js +++ b/index.js @@ -80,6 +80,7 @@ function createMainWindow() { }, frame: !is.macOS(), titleBarStyle: is.macOS() ? "hiddenInset" : "default", + autoHideMenuBar: true, }); if (windowMaximized) { win.maximize();