mirror of https://github.com/Fabio286/antares.git
fix(Linux): remove app menu shown pressing ALT key
This commit is contained in:
parent
2c46269cf2
commit
b925ff9c01
|
@ -52,6 +52,7 @@ async function createMainWindow () {
|
|||
trafficLightPosition: isMacOS ? { x: 10, y: 8 } : undefined,
|
||||
backgroundColor: '#1d1d1d'
|
||||
});
|
||||
window.removeMenu();
|
||||
|
||||
mainWindowState.manage(window);
|
||||
window.on('moved', saveWindowState);
|
||||
|
|
Loading…
Reference in New Issue