Electron: Use 'quit' role
This commit is contained in:
parent
6e1ff18eb9
commit
1b3b6fef10
1 changed files with 1 additions and 3 deletions
|
|
@ -319,9 +319,7 @@ function getMenuTemplate () {
|
|||
type: 'separator'
|
||||
},
|
||||
{
|
||||
label: 'Quit',
|
||||
accelerator: 'Command+Q',
|
||||
click: () => app.quit()
|
||||
role: 'quit'
|
||||
}
|
||||
]
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue