From 72527d052271662c09df34f3068f2af952391dfb Mon Sep 17 00:00:00 2001 From: TC Date: Mon, 23 Nov 2020 22:59:48 +0100 Subject: [PATCH] Disable autoHideMenuBar (so menu bar is always visible) --- index.js | 1 - 1 file changed, 1 deletion(-) 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();