Tray: Add separator

This commit is contained in:
Vendicated 2023-04-06 03:52:06 +02:00
parent 3da4c02129
commit bbe670fc92
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905

View file

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