disable menu when the menu is hidden

this also disable the ALT shortcut to show it. Relates #1769
pull/1884/head
audric 4 years ago
parent 1048042f7d
commit 95b2e866fc

@ -140,7 +140,7 @@
getHideMenuBar: () => storage.get('hide-menu-bar'),
setHideMenuBar: value => {
storage.put('hide-menu-bar', value);
window.setAutoHideMenuBar(value);
window.setAutoHideMenuBar(false);
window.setMenuBarVisibility(!value);
},

Loading…
Cancel
Save