More items in tray menu
This commit is contained in:
parent
1980606e03
commit
9868f6644b
1 changed files with 11 additions and 0 deletions
|
@ -23,6 +23,17 @@ function initTray(win: BrowserWindow) {
|
||||||
},
|
},
|
||||||
enabled: false
|
enabled: false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "About",
|
||||||
|
click: createAboutWindow
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Relaunch",
|
||||||
|
click() {
|
||||||
|
app.relaunch();
|
||||||
|
app.quit();
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "Quit Vencord Desktop",
|
label: "Quit Vencord Desktop",
|
||||||
click() {
|
click() {
|
||||||
|
|
Reference in a new issue