mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-24 19:32:29 +01:00
Add exit menu item
This commit is contained in:
parent
919efeb006
commit
c6a75600cf
@ -37,6 +37,12 @@ module.exports = (app, mainWindow, newVersion) => {
|
||||
mainWindow.webContents.send('html5ify', true);
|
||||
},
|
||||
},
|
||||
{
|
||||
label: 'Exit',
|
||||
click() {
|
||||
app.quit();
|
||||
},
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user