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' }, { role: 'unhide' },
{ type: 'separator' }, { type: 'separator' },
{ {
label: 'quit', label: 'Quit',
click: () => askToQuit(), click: () => askToQuit(),
accelerator: 'Cmd+Q', accelerator: 'Cmd+Q',
}, },
@@ -148,7 +148,7 @@ function getApplicationMenu(isMac, askToQuit, urlBase) {
], ],
}, },
{ {
role: 'help', role: 'elp',
submenu: [ submenu: [
{ {
label: 'See on github', label: 'See on github',