diff --git a/src/App.jsx b/src/App.jsx index a10baa2e..901ac39f 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -631,7 +631,7 @@ const App = memo(() => { setWorking(); setCutProgress(); } - }, [assureOutDirAccess]); + }, [assureOutDirAccess, outputDir]); const toggleCaptureFormat = useCallback(() => setCaptureFormat(f => (f === 'png' ? 'jpeg' : 'png')), []); const toggleKeyframeCut = useCallback(() => setKeyframeCut((val) => {