mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
feat(tray): add separator
This commit is contained in:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user