diff --git a/src/tray.ts b/src/tray.ts index 9ce2fd2e..853f6540 100644 --- a/src/tray.ts +++ b/src/tray.ts @@ -96,10 +96,12 @@ export const setUpTray = (app: Electron.App, win: Electron.BrowserWindow) => { app.dock?.show(); }, }, + { type: 'separator' }, { label: t('main.tray.restart'), click: restart, }, + { type: 'separator' }, { label: t('main.tray.quit'), role: 'quit',