reintroduce edit menu so we can copy/paste

pull/109/head
Mikael Finstad 8 years ago
parent 148afd818e
commit c24202e7b5

@ -10,9 +10,6 @@ const releasesPage = 'https://github.com/mifi/lossless-cut/releases';
module.exports = (app, mainWindow, newVersion) => {
const menu = defaultMenu(app, electron.shell);
const editMenuIndex = menu.findIndex(item => item.label === 'Edit');
if (editMenuIndex >= 0) menu.splice(editMenuIndex, 1);
const fileMenu = {
label: 'File',
submenu: [

Loading…
Cancel
Save