This commit is contained in:
cv
2021-10-28 12:08:02 +02:00
parent a9641f0c54
commit 167174a914
3 changed files with 70 additions and 11 deletions
+2 -2
View File
@@ -181,14 +181,14 @@ app.whenReady().then(() => {
// Define context menu
const trayMenuTemplate = [
{
label: 'Show App',
label: 'Show App (Alt + 1)',
click: () => {
win.show();
win.focus();
},
},
{
label: 'Close',
label: 'Shutdown',
click: () => {
win.destroy();
app.quit();