Make date timeout/enabled status configurable
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user