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