Update mainWindow.ts
This commit is contained in:
parent
124014a5b2
commit
28485b7b9f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ function initTray(win: BrowserWindow) {
|
||||||
click: createAboutWindow
|
click: createAboutWindow
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Force Update Vencord",
|
label: "Update Vencord",
|
||||||
async click() {
|
async click() {
|
||||||
await downloadVencordFiles();
|
await downloadVencordFiles();
|
||||||
app.relaunch();
|
app.relaunch();
|
||||||
|
|
Reference in a new issue