From c0993ea3394b20ba2684bb5353fa81ad77e64f17 Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Sat, 14 Jun 2025 21:40:50 +0530 Subject: [PATCH] (fixed): default download directory not updating --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index a1729a6..a2cdc56 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -637,7 +637,7 @@ export default function App({ children }: { children: React.ReactNode }) { } }; initPaths(); - }, [setPath]); + }, [DOWNLOAD_DIR, setPath]); // Fetch app version useEffect(() => {