diff --git a/src/App.jsx b/src/App.jsx index 80d39ad7..61e087c2 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1214,7 +1214,7 @@ const App = memo(() => { addStreamSourceFile(firstFile); setStreamsSelectorShown(true); } - }, [addStreamSourceFile, isFileOpened, load, mergeFiles]); + }, [addStreamSourceFile, isFileOpened, load, mergeFiles, customOutDir]); const onDrop = useCallback(async (ev) => { ev.preventDefault();