Tray: Add separator
This commit is contained in:
parent
3da4c02129
commit
bbe670fc92
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ function initTray(win: BrowserWindow) {
|
||||||
app.quit();
|
app.quit();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: "separator"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "Relaunch",
|
label: "Relaunch",
|
||||||
click() {
|
click() {
|
||||||
|
|
Loading…
Reference in a new issue