mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Use quit role
This commit is contained in:
@@ -214,7 +214,7 @@ app.once('ready', () => {
|
||||
{
|
||||
label: 'Quit ' + app.getName(),
|
||||
accelerator: 'Command+Q',
|
||||
click () { app.quit() }
|
||||
role: 'quit'
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user