mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-10-31 05:23:28 +01:00 
			
		
		
		
	Parallel download option (#1169)
This commit is contained in:
		| @@ -425,4 +425,13 @@ class SettingsProvider with ChangeNotifier { | ||||
|     prefs?.setBool('exportSettings', val); | ||||
|     notifyListeners(); | ||||
|   } | ||||
|  | ||||
|   bool get parallelDownloads { | ||||
|     return prefs?.getBool('parallelDownloads') ?? false; | ||||
|   } | ||||
|  | ||||
|   set parallelDownloads(bool val) { | ||||
|     prefs?.setBool('parallelDownloads', val); | ||||
|     notifyListeners(); | ||||
|   } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user