This commit is contained in:
firestar5683
2026-06-07 20:51:27 -05:00
parent 914411fe06
commit 8a1bfb925c
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -330,6 +330,7 @@ inline static std::unordered_map<std::string, ParamKeyAttributes> keys = {
{"HideMaxSpeed", {PERSISTENT, BOOL, "0", "0", 2}},
{"HideSpeed", {PERSISTENT, BOOL, "0", "0", 2}},
{"HideSpeedLimit", {PERSISTENT, BOOL, "0", "0", 2}},
{"HideSteeringWheel", {PERSISTENT, BOOL, "0", "0", 2}},
{"HigherBitrate", {PERSISTENT, BOOL, "0", "0", 2}},
{"HolidayThemes", {PERSISTENT, BOOL, "1", "0", 0}},
{"HumanAcceleration", {PERSISTENT, BOOL, "0", "0", 2}},
@@ -1762,6 +1762,14 @@
"ui_type": "toggle",
"parent_key": "AdvancedCustomUI"
},
{
"key": "HideSteeringWheel",
"label": "Hide Steering Wheel",
"description": "Hide the steering-wheel button from the top-right of the driving screen.",
"data_type": "bool",
"ui_type": "toggle",
"parent_key": "AdvancedCustomUI"
},
{
"key": "WheelSpeed",
"label": "Use Wheel Speed",