Add tray context menu settings entry

This commit is contained in:
GHOSCHT 2022-03-14 20:20:42 +01:00
parent 1bb9b6c5bf
commit fa25c53b43
No known key found for this signature in database
GPG key ID: A35BD466B8871994

View file

@ -115,6 +115,12 @@ function createTray() {
mainWindow.show();
},
},
{
label: "Settings",
click: () => {
ipcMain.emit("show-settings");
},
},
{
label: "Exit",
click: () => {