style: text formatting in menu

This commit is contained in:
Carlos Valente
2024-04-28 14:45:26 +02:00
committed by Carlos Valente
parent 6e61a7ecf9
commit 07e8bedff4
+2 -2
View File
@@ -18,7 +18,7 @@ function getApplicationMenu(isMac, askToQuit, urlBase) {
{ role: 'unhide' },
{ type: 'separator' },
{
label: 'quit',
label: 'Quit',
click: () => askToQuit(),
accelerator: 'Cmd+Q',
},
@@ -148,7 +148,7 @@ function getApplicationMenu(isMac, askToQuit, urlBase) {
],
},
{
role: 'help',
role: 'elp',
submenu: [
{
label: 'See on github',