Windows/linux: Don't autohide top menu bar (it's important)
This commit is contained in:
parent
00e4cc1864
commit
9d35ece954
1 changed files with 0 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue