Tray: Add separator

This commit is contained in:
Vendicated
2023-04-06 03:52:06 +02:00
parent 3da4c02129
commit bbe670fc92

View File

@@ -35,6 +35,9 @@ function initTray(win: BrowserWindow) {
app.quit(); app.quit();
} }
}, },
{
type: "separator"
},
{ {
label: "Relaunch", label: "Relaunch",
click() { click() {