Reorder "About", change text for "Update Vencord"

This commit is contained in:
Tiagoquix 2024-06-28 02:04:34 -03:00
parent db1f22442b
commit d81122a373

View file

@ -87,11 +87,7 @@ function initTray(win: BrowserWindow) {
}
},
{
label: "About",
click: createAboutWindow
},
{
label: "Update Vencord",
label: "Update Vencord and Restart Vesktop",
async click() {
await downloadVencordFiles();
app.relaunch();
@ -104,6 +100,10 @@ function initTray(win: BrowserWindow) {
await clearData(win);
}
},
{
label: "About",
click: createAboutWindow
},
{
type: "separator"
},