mirror of https://github.com/keeweb/keeweb
fix #1232: removed an unwanted menubar on windows and linux
parent
a69cf5cd85
commit
105205661f
|
@ -345,6 +345,8 @@ function setMenu() {
|
|||
];
|
||||
const menu = electron.Menu.buildFromTemplate(template);
|
||||
electron.Menu.setApplicationMenu(menu);
|
||||
} else {
|
||||
mainWindow.setMenuBarVisibility(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ Release notes
|
|||
##### v1.9.1 (TBD)
|
||||
`-` fix #1231: tooltip arrow positioning
|
||||
`+` improved ranking search
|
||||
`-` fix #1232: removed an unwanted menubar on windows and linux
|
||||
|
||||
##### v1.9.0 (2019-08-18)
|
||||
`-` fix #1221: added '30 min' lock option
|
||||
|
|
Loading…
Reference in New Issue