From 28485b7b9f211bef5b5c4c69d954adf8377737ec Mon Sep 17 00:00:00 2001 From: V Date: Thu, 6 Apr 2023 00:08:05 +0200 Subject: [PATCH] Update mainWindow.ts --- src/main/mainWindow.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/mainWindow.ts b/src/main/mainWindow.ts index a0586be..9f61e21 100644 --- a/src/main/mainWindow.ts +++ b/src/main/mainWindow.ts @@ -28,7 +28,7 @@ function initTray(win: BrowserWindow) { click: createAboutWindow }, { - label: "Force Update Vencord", + label: "Update Vencord", async click() { await downloadVencordFiles(); app.relaunch();