diff --git a/main/windows.js b/main/windows.js index 8e67c385..8a90ef3f 100644 --- a/main/windows.js +++ b/main/windows.js @@ -16,6 +16,7 @@ app.on('before-quit', function () { function createMainWindow (menu) { var win = windows.main = new electron.BrowserWindow({ + autoHideMenuBar: true, // Hide top menu bar unless Alt key is pressed (Windows, Linux) backgroundColor: '#282828', darkTheme: true, minWidth: 375,