mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-08 16:20:15 +02:00
Add GitHub "don't sort" toggle (#925)
This commit is contained in:
@@ -107,7 +107,7 @@ class HTML extends AppSource {
|
||||
[
|
||||
GeneratedFormTextField('intermediateLinkRegex',
|
||||
label: tr('intermediateLinkRegex'),
|
||||
hint: '([0-9]+\.)*[0-9]+/\$',
|
||||
hint: '([0-9]+.)*[0-9]+/\$',
|
||||
required: false,
|
||||
additionalValidators: [(value) => regExValidator(value)])
|
||||
],
|
||||
|
Reference in New Issue
Block a user