1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 02:12:30 +01:00

reintroduce edit menu so we can copy/paste

This commit is contained in:
Mikael Finstad 2019-01-12 17:33:56 +00:00
parent 148afd818e
commit c24202e7b5

View File

@ -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: [