mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-23 02:42:37 +01:00
fix bug
This commit is contained in:
parent
471f5d7716
commit
1c420d18ba
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user