mirror of
https://github.com/Fabio286/antares.git
synced 2025-02-18 12:40:41 +01:00
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,
|
trafficLightPosition: isMacOS ? { x: 10, y: 8 } : undefined,
|
||||||
backgroundColor: '#1d1d1d'
|
backgroundColor: '#1d1d1d'
|
||||||
});
|
});
|
||||||
|
window.removeMenu();
|
||||||
|
|
||||||
mainWindowState.manage(window);
|
mainWindowState.manage(window);
|
||||||
window.on('moved', saveWindowState);
|
window.on('moved', saveWindowState);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user