From 27f9bf1cc64dab0510c533d24f8368446c05b56c Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 25 Mar 2016 00:03:57 -0700 Subject: [PATCH] Windows/linux: Don't autohide top menu bar (it's important) --- main/windows.js | 1 - 1 file changed, 1 deletion(-) diff --git a/main/windows.js b/main/windows.js index c3541ec7..e43830f3 100644 --- a/main/windows.js +++ b/main/windows.js @@ -13,7 +13,6 @@ var menu = require('./menu') function createMainWindow () { var win = windows.main = new electron.BrowserWindow({ - autoHideMenuBar: true, // Hide top menu bar unless Alt key is pressed (Windows, Linux) backgroundColor: '#282828', darkTheme: true, // Forces dark theme (GTK+3) icon: config.APP_ICON + '.png',