refactor: switched to homebrew aria2 on macos

This commit is contained in:
2025-08-31 20:47:00 +05:30
parent ff18323494
commit cb1593fa6e
9 changed files with 19 additions and 18 deletions

View File

@@ -469,7 +469,7 @@ export default function SettingsPage() {
</div>
<div className="aria2">
<h3 className="font-semibold">Aria2</h3>
<p className="text-xs text-muted-foreground mb-3">Use aria2c as external downloader (recommended for large files and unstable connections, resuming is not supported)</p>
<p className="text-xs text-muted-foreground mb-3">Use aria2c as external downloader (recommended only if you are experiancing too slow download speeds with native downloader, you need to install aria2 via homebrew if you are on macos to use this feature)</p>
<Switch
id="aria2"
checked={useAria2}