Reorder "About", change text for "Update Vencord"
This commit is contained in:
parent
db1f22442b
commit
d81122a373
1 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Reference in a new issue