fix #1232: removed an unwanted menubar on windows and linux

This commit is contained in:
antelle 2019-08-19 20:10:58 +02:00
parent a69cf5cd85
commit 105205661f
2 changed files with 3 additions and 0 deletions

View File

@ -345,6 +345,8 @@ function setMenu() {
];
const menu = electron.Menu.buildFromTemplate(template);
electron.Menu.setApplicationMenu(menu);
} else {
mainWindow.setMenuBarVisibility(false);
}
}

View File

@ -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