More items in tray menu

This commit is contained in:
TheKodeToad 2023-04-05 18:00:19 +01:00
parent 1980606e03
commit 9868f6644b

View file

@ -23,6 +23,17 @@ function initTray(win: BrowserWindow) {
}, },
enabled: false enabled: false
}, },
{
label: "About",
click: createAboutWindow
},
{
label: "Relaunch",
click() {
app.relaunch();
app.quit();
}
},
{ {
label: "Quit Vencord Desktop", label: "Quit Vencord Desktop",
click() { click() {