summaryrefslogtreecommitdiffstats
path: root/modules-available
diff options
context:
space:
mode:
authorSimon Rettberg2025-04-14 18:28:55 +0200
committerSimon Rettberg2025-04-14 18:28:55 +0200
commit55fd3e9ef29508fda7bb30d499348f970c63a0d0 (patch)
tree226ee43c16c19de785d58ec26aaefc73dc63592f /modules-available
parent[locationinfo] Don't supply ' ' for empty black/whitelist (diff)
downloadslx-admin-55fd3e9ef29508fda7bb30d499348f970c63a0d0.tar.gz
slx-admin-55fd3e9ef29508fda7bb30d499348f970c63a0d0.tar.xz
slx-admin-55fd3e9ef29508fda7bb30d499348f970c63a0d0.zip
[baseconfig_bwlp] Allow passing refresh rate with SLX_FORCE_RESOLUTION
Diffstat (limited to 'modules-available')
-rw-r--r--modules-available/baseconfig_bwlp/baseconfig/settings.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/baseconfig_bwlp/baseconfig/settings.json b/modules-available/baseconfig_bwlp/baseconfig/settings.json
index f01c7bf9..6371eda5 100644
--- a/modules-available/baseconfig_bwlp/baseconfig/settings.json
+++ b/modules-available/baseconfig_bwlp/baseconfig/settings.json
@@ -244,7 +244,7 @@
"catid": "other",
"defaultvalue": "",
"permissions": "2",
- "validator": "regex:/^(\\s*(\\d+x\\d+)(\\s+\\d+x\\d+)*\\s*|)$/i"
+ "validator": "regex:/^(\\s*(\\d+x\\d+(@[0-9.]+)?)(\\s+\\d+x\\d+(@[0-9.]+)?)*\\s*|)$/i"
},
"SLX_RESOLUTION_MAPPING": {
"catid": "other",