Skip to content

Commit

Permalink
fix(Linux): remove app menu shown pressing ALT key
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio286 committed Mar 2, 2023
1 parent 2c46269 commit b925ff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/main.ts
Expand Up @@ -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);
Expand Down

0 comments on commit b925ff9

Please sign in to comment.