Update mainWindow.ts

This commit is contained in:
V 2023-04-06 00:08:05 +02:00 committed by GitHub
parent 124014a5b2
commit 28485b7b9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ function initTray(win: BrowserWindow) {
click: createAboutWindow
},
{
label: "Force Update Vencord",
label: "Update Vencord",
async click() {
await downloadVencordFiles();
app.relaunch();