mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-10-31 05:23:28 +01:00 
			
		
		
		
	Enable auto-export on update checks
This commit is contained in:
		| @@ -124,10 +124,7 @@ class HTML extends AppSource { | ||||
|             additionalValidators: [ | ||||
|               (value) { | ||||
|                 value ??= '1'; | ||||
|                 if (int.tryParse(value) == null) { | ||||
|                   return tr('invalidInput'); | ||||
|                 } | ||||
|                 return null; | ||||
|                 return intValidator(value); | ||||
|               } | ||||
|             ]) | ||||
|       ] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user