chore(settings): graduate native download worker

This commit is contained in:
zarzet
2026-07-24 12:23:36 +07:00
parent 89dcef8ffd
commit 4713be02de
36 changed files with 39 additions and 42 deletions
+1 -2
View File
@@ -66,8 +66,7 @@ class AppSettings {
allowLocalNetwork; // Allow requests to private/local network targets (local proxy / custom DNS)
final String
songLinkRegion; // SongLink userCountry region code used for platform lookup
final bool
nativeDownloadWorkerEnabled; // Experimental Android service-owned worker
final bool nativeDownloadWorkerEnabled; // Android service-owned worker
final int
concurrentDownloads; // Max simultaneous downloads in the Dart queue (1-3)