mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 12:57:24 +00:00
translation
This commit is contained in:
@@ -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) {
|
||||
|
@@ -217,7 +217,7 @@ class TrendingTag {
|
||||
}
|
||||
|
||||
enum KeywordMatchType {
|
||||
tagsPartialMatches("Tags partial matches"),
|
||||
tagsPartialMatches("Tags partial match"),
|
||||
tagsExactMatch("Tags exact match"),
|
||||
titleOrDescriptionSearch("Title or description search");
|
||||
|
||||
|
Reference in New Issue
Block a user