mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 04:57:23 +00:00
fix download
This commit is contained in:
@@ -267,7 +267,7 @@ class DownloadManager {
|
||||
_currentBytes += bytes;
|
||||
}
|
||||
|
||||
int get maxConcurrentTasks => appdata.settings["maxDownloadParallels"];
|
||||
int get maxConcurrentTasks => appdata.settings["maxParallels"];
|
||||
|
||||
void run() {
|
||||
_loop ??= Timer.periodic(const Duration(seconds: 1), (timer) {
|
||||
|
Reference in New Issue
Block a user