feat: Move the quit command from the system sub-menu to the main menu fixes #185

This commit is contained in:
Rick van Lieshout 2023-01-20 22:18:25 +01:00
parent 63ccff97ea
commit 57b7f9148f
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated shortcut hint on the menubar to reflect the new `ctrl+=` shortcut.
- Reverted icon path to `icon.png` instead of the hardcoded linux path.
- Add support to autoHide the menubar and showing it with the `alt` key.
- Move the quit command from the system sub-menu to the main menu
## 4.3.1

View File

@ -110,6 +110,7 @@ menuModule.getMenu = function (mainWindow) {
},
},
toggleWindow,
quitMenuEntry,
];
return Menu.buildFromTemplate(mainMenu);