Add exit menu item

pull/83/head
Mikael Finstad 8 years ago
parent 919efeb006
commit c6a75600cf

@ -37,6 +37,12 @@ module.exports = (app, mainWindow, newVersion) => {
mainWindow.webContents.send('html5ify', true);
},
},
{
label: 'Exit',
click() {
app.quit();
},
},
],
});

Loading…
Cancel
Save