add to menu too

pull/2465/head
Mikael Finstad 5 months ago
parent eea51da3d5
commit cce4019607
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -138,6 +138,12 @@ export default ({ app, mainWindow, newVersion, isStoreBuild }: {
mainWindow.webContents.send('importEdlFile', 'dv-analyzer-summary-txt');
},
},
{
label: esc(t('OpenTimelineIO')),
click() {
mainWindow.webContents.send('importEdlFile', 'otio');
},
},
],
},
{

@ -509,4 +509,4 @@ export function parseOtio(data: unknown): SegmentBase[] {
});
return segments;
}
}

Loading…
Cancel
Save