mirror of https://github.com/keeweb/keeweb
fix #1335: removed the menubar on Windows and Linux
parent
2b6e8c030d
commit
1f4f3101f2
|
@ -363,6 +363,8 @@ function setMenu() {
|
|||
electron.Menu.setApplicationMenu(menu);
|
||||
} else {
|
||||
mainWindow.setMenuBarVisibility(false);
|
||||
mainWindow.setMenu(null);
|
||||
electron.Menu.setApplicationMenu(null);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue