Make low fuel color configurable
This commit is contained in:
@@ -123,6 +123,14 @@ module.exports = [
|
||||
"defaultValue": "ffffff",
|
||||
"label": "Foreground color",
|
||||
"sunlight": false,
|
||||
},
|
||||
{
|
||||
"id": "custom_color_low_fuel",
|
||||
"type": "color",
|
||||
"messageKey": "CLAY_LOW_FUEL_COLOR",
|
||||
"defaultValue": "ffaa00",
|
||||
"label": "Low fuel indicator color",
|
||||
"sunlight": false,
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user