fix #1335: removed the menubar on Windows and Linux

This commit is contained in:
antelle 2019-11-04 21:36:14 +01:00
parent 2b6e8c030d
commit 1f4f3101f2
2 changed files with 5 additions and 0 deletions

View File

@ -363,6 +363,8 @@ function setMenu() {
electron.Menu.setApplicationMenu(menu);
} else {
mainWindow.setMenuBarVisibility(false);
mainWindow.setMenu(null);
electron.Menu.setApplicationMenu(null);
}
}

View File

@ -1,5 +1,8 @@
Release notes
-------------
##### v1.12.3 (TBD)
`-` fix #1335: removed the menubar on Windows and Linux
##### v1.12.2 (2019-11-03)
`-` fixed non-working updater
`-` fix #1336: saving disabled storage option