Make BT indicator optional (and off by default)

This commit is contained in:
2026-06-04 22:17:59 -04:00
parent 69b9814a11
commit aceb2b2b08
4 changed files with 31 additions and 8 deletions
+8
View File
@@ -19,6 +19,14 @@ module.exports = [
"label": "Show time segments midground",
"description": "Show or hide the unlit segments behind the time."
},
{
"id": "bt_indicator_toggle",
"type": "toggle",
"messageKey": "CLAY_BT_INDICATOR",
"defaultValue": false,
"label": "BT disconnect indicator",
"description": "Change the color of the digits to the configured warning color when the connection to the phone is lost."
},
{
"type": "slider",
"messageKey": "CLAY_DATE_TIMEOUT",