From 9868f6644bc390209480fcf290cb69a93d4c3601 Mon Sep 17 00:00:00 2001 From: TheKodeToad Date: Wed, 5 Apr 2023 18:00:19 +0100 Subject: [PATCH] More items in tray menu --- src/main/mainWindow.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/mainWindow.ts b/src/main/mainWindow.ts index 9077db7..1a5465e 100644 --- a/src/main/mainWindow.ts +++ b/src/main/mainWindow.ts @@ -23,6 +23,17 @@ function initTray(win: BrowserWindow) { }, enabled: false }, + { + label: "About", + click: createAboutWindow + }, + { + label: "Relaunch", + click() { + app.relaunch(); + app.quit(); + } + }, { label: "Quit Vencord Desktop", click() {