1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-02-04 18:52:22 +05:30

(fixed): default download directory not updating

This commit is contained in:
2025-06-14 21:40:50 +05:30
Verified
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(() => {