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

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

View File

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