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