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:
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…
Reference in New Issue
Block a user