issue 2813 add app name after Quit
Adding the application name after the Quit string for Mac OS systems.
This commit is contained in:
parent
21081549fd
commit
4219513457
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ app.once('ready', () => {
|
||||||
type: 'separator'
|
type: 'separator'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Quit',
|
label: 'Quit ' + app.getName(),
|
||||||
accelerator: 'Command+Q',
|
accelerator: 'Command+Q',
|
||||||
click () { app.quit() }
|
click () { app.quit() }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue