translation

This commit is contained in:
wgh19
2024-05-15 19:33:16 +08:00
parent ed36114ffd
commit 6c02bf65ab
7 changed files with 72 additions and 21 deletions

View File

@@ -263,7 +263,7 @@ class DownloadManager {
_currentBytes += bytes;
}
int get maxConcurrentTasks => 3;
int get maxConcurrentTasks => appdata.settings["maxDownloadParallels"];
void run() {
_loop ??= Timer.periodic(const Duration(seconds: 1), (timer) {