Use quit role which is now part of electron
https://github.com/electron/electron/pull/6154
This commit is contained in:
@@ -25,10 +25,7 @@ function createTemplate(mainWindow, config) {
|
||||
}), {
|
||||
type: 'separator'
|
||||
}, {
|
||||
label: 'Quit',
|
||||
click: function(item) {
|
||||
app.quit();
|
||||
}
|
||||
role: 'quit'
|
||||
}
|
||||
];
|
||||
return template;
|
||||
|
Reference in New Issue
Block a user