default to auto generated files checked #618

pull/716/head
Mikael Finstad 5 years ago
parent 52aa7596c6
commit c1731c1e10
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -130,7 +130,7 @@ const App = memo(() => {
const [thumbnailsEnabled, setThumbnailsEnabled] = useState(false);
const [showSideBar, setShowSideBar] = useState(true);
const [hideCanvasPreview, setHideCanvasPreview] = useState(false);
const [cleanupChoices, setCleanupChoices] = useState({});
const [cleanupChoices, setCleanupChoices] = useState({ tmpFiles: true });
// Segment related state
const [currentSegIndex, setCurrentSegIndex] = useState(0);

Loading…
Cancel
Save