Add update option

This commit is contained in:
TheKodeToad 2023-04-05 20:06:14 +01:00
parent 9868f6644b
commit 124014a5b2

View file

@ -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() {