pull/554/head
Mikael Finstad 2020-12-13 18:41:38 +01:00
rodzic bc14fa8067
commit e45e278413
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -1797,6 +1797,7 @@ const App = memo(() => {
electron.ipcRenderer.removeListener('openAbout', openAbout);
electron.ipcRenderer.removeListener('batchConvertFriendlyFormat', batchConvertFriendlyFormat);
electron.ipcRenderer.removeListener('openSendReportDialog', openSendReportDialog2);
electron.ipcRenderer.removeListener('createNumSegments', createNumSegments2);
electron.ipcRenderer.removeListener('createFixedDurationSegments', createFixedDurationSegments2);
electron.ipcRenderer.removeListener('fixInvalidDuration', fixInvalidDuration2);
electron.ipcRenderer.removeListener('reorderSegsByStartTime', reorderSegsByStartTime);