Skip to content

Commit

Permalink
feat(tray): add separator
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBrick committed Dec 1, 2023
1 parent 5f6cfd9 commit 806098a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tray.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 806098a

Please sign in to comment.