зеркало из https://github.com/electron/electron.git
issue 2813 add app name after Quit
Adding the application name after the Quit string for Mac OS systems.
This commit is contained in:
Родитель
21081549fd
Коммит
4219513457
|
@ -204,7 +204,7 @@ app.once('ready', () => {
|
|||
type: 'separator'
|
||||
},
|
||||
{
|
||||
label: 'Quit',
|
||||
label: 'Quit ' + app.getName(),
|
||||
accelerator: 'Command+Q',
|
||||
click () { app.quit() }
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче