Use quit role
This commit is contained in:
parent
67f7b4d4c5
commit
7a6436014e
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ app.once('ready', () => {
|
||||||
{
|
{
|
||||||
label: 'Quit ' + app.getName(),
|
label: 'Quit ' + app.getName(),
|
||||||
accelerator: 'Command+Q',
|
accelerator: 'Command+Q',
|
||||||
click () { app.quit() }
|
role: 'quit'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue