diff --git a/src/main/mainWindow.ts b/src/main/mainWindow.ts index 1a5465e..a0586be 100644 --- a/src/main/mainWindow.ts +++ b/src/main/mainWindow.ts @@ -27,6 +27,14 @@ function initTray(win: BrowserWindow) { label: "About", click: createAboutWindow }, + { + label: "Force Update Vencord", + async click() { + await downloadVencordFiles(); + app.relaunch(); + app.quit(); + } + }, { label: "Relaunch", click() {