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",
|
||||
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"
|
||||
},
|
||||
|
|
Reference in a new issue