Electron: Use 'quit' role

This commit is contained in:
Feross Aboukhadijeh
2016-07-25 15:30:02 -07:00
parent 6e1ff18eb9
commit 1b3b6fef10

View File

@@ -319,9 +319,7 @@ function getMenuTemplate () {
type: 'separator' type: 'separator'
}, },
{ {
label: 'Quit', role: 'quit'
accelerator: 'Command+Q',
click: () => app.quit()
} }
] ]
}) })