mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-17 07:06:43 +02: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