mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2025-12-19 21:23:00 +05:30
(fixed): default download directory not updating
This commit is contained in:
@@ -637,7 +637,7 @@ export default function App({ children }: { children: React.ReactNode }) {
|
||||
}
|
||||
};
|
||||
initPaths();
|
||||
}, [setPath]);
|
||||
}, [DOWNLOAD_DIR, setPath]);
|
||||
|
||||
// Fetch app version
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user