mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-15 12:21:47 +00:00
Format new menu items
This commit is contained in:
17
menu.js
17
menu.js
@ -220,13 +220,18 @@ const mainMenuTemplate = (win) => [
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Restart App',
|
label: "Restart App",
|
||||||
click: () => {app.relaunch(); app.quit();}
|
click: () => {
|
||||||
} ,
|
app.relaunch();
|
||||||
|
app.quit();
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'Quit App',
|
label: "Quit App",
|
||||||
click: () => {app.quit();}
|
click: () => {
|
||||||
}
|
app.quit();
|
||||||
|
},
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user