Make BT indicator optional (and off by default)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user