(fixed): default download directory not updating

This commit is contained in:
2025-06-14 21:40:50 +05:30
parent 12886fe204
commit c0993ea339

View File

@@ -637,7 +637,7 @@ export default function App({ children }: { children: React.ReactNode }) {
} }
}; };
initPaths(); initPaths();
}, [setPath]); }, [DOWNLOAD_DIR, setPath]);
// Fetch app version // Fetch app version
useEffect(() => { useEffect(() => {