fix dup menu

pull/554/head
Mikael Finstad 6 years ago
parent 69f3845689
commit 1bada15d39

@ -28,13 +28,6 @@ module.exports = (app, mainWindow, newVersion) => {
mainWindow.webContents.send('close-file');
},
},
{
label: 'Save project (CSV)',
click() {
mainWindow.webContents.send('exportEdlFile');
},
},
{ type: 'separator' },
{
label: 'Load project (CSV)',

Loading…
Cancel
Save