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(() => {