mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41: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',
|
||||
click: () => {app.relaunch(); app.quit();}
|
||||
} ,
|
||||
label: "Restart App",
|
||||
click: () => {
|
||||
app.relaunch();
|
||||
app.quit();
|
||||
},
|
||||
},
|
||||
{
|
||||
label: 'Quit App',
|
||||
click: () => {app.quit();}
|
||||
}
|
||||
label: "Quit App",
|
||||
click: () => {
|
||||
app.quit();
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user