Add GitHub "don't sort" toggle (#925)

This commit is contained in:
Imran Remtulla
2023-09-23 12:48:21 -04:00
parent b423a2af52
commit c10a63e76e
16 changed files with 46 additions and 27 deletions

View File

@@ -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)])
],