diff --git a/src/main/mainWindow.ts b/src/main/mainWindow.ts index fabe24c..b5f7fa8 100644 --- a/src/main/mainWindow.ts +++ b/src/main/mainWindow.ts @@ -87,11 +87,7 @@ function initTray(win: BrowserWindow) { } }, { - label: "About", - click: createAboutWindow - }, - { - label: "Update Vencord", + label: "Update Vencord and Restart Vesktop", async click() { await downloadVencordFiles(); app.relaunch(); @@ -104,6 +100,10 @@ function initTray(win: BrowserWindow) { await clearData(win); } }, + { + label: "About", + click: createAboutWindow + }, { type: "separator" },