Make date timeout/enabled status configurable

This commit is contained in:
2026-06-01 23:32:35 -04:00
parent 381db14404
commit 152823fd99
4 changed files with 81 additions and 57 deletions
+9
View File
@@ -19,6 +19,15 @@ module.exports = [
"label": "Show time segments midground",
"description": "Show or hide the unlit segments behind the time."
},
{
"type": "slider",
"messageKey": "CLAY_DATE_TIMEOUT",
defaultValue: 3,
min: 0,
max: 15,
"label": "Date timeout (seconds)",
"description": "When you flick your wrist, the date will be shown for this number of seconds.<br><br>Set to 0 to disable this feature."
},
{
"type": "slider",
"messageKey": "CLAY_TEMP_BAR_0",