mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
issue 2813 add app name after Quit
Adding the application name after the Quit string for Mac OS systems.
This commit is contained in:
@@ -204,7 +204,7 @@ app.once('ready', () => {
|
||||
type: 'separator'
|
||||
},
|
||||
{
|
||||
label: 'Quit',
|
||||
label: 'Quit ' + app.getName(),
|
||||
accelerator: 'Command+Q',
|
||||
click () { app.quit() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user