From 1c420d18baa79c64167a1cb6bf8859cbe7cd398f Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Sat, 2 May 2020 23:34:21 +0800 Subject: [PATCH] fix bug --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {