mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 02:31:45 +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();
|
app.dock?.show();
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{ type: 'separator' },
|
||||||
{
|
{
|
||||||
label: t('main.tray.restart'),
|
label: t('main.tray.restart'),
|
||||||
click: restart,
|
click: restart,
|
||||||
},
|
},
|
||||||
|
{ type: 'separator' },
|
||||||
{
|
{
|
||||||
label: t('main.tray.quit'),
|
label: t('main.tray.quit'),
|
||||||
role: 'quit',
|
role: 'quit',
|
||||||
|
|||||||
Reference in New Issue
Block a user