Use quit role

This commit is contained in:
Kevin Sawicki 2016-06-20 17:04:03 -07:00
parent 67f7b4d4c5
commit 7a6436014e

View file

@ -214,7 +214,7 @@ app.once('ready', () => {
{
label: 'Quit ' + app.getName(),
accelerator: 'Command+Q',
click () { app.quit() }
role: 'quit'
}
]
})