mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-08 00:43:54 +00:00
style: text formatting in menu
This commit is contained in:
committed by
Carlos Valente
parent
6e61a7ecf9
commit
07e8bedff4
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user