mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
Dingo
This commit is contained in:
committed by
firestar5683
parent
98a913693d
commit
f7634ec761
@@ -1346,15 +1346,6 @@
|
||||
"parent_key": "QOLLongitudinal",
|
||||
"settings_tier": "simple"
|
||||
},
|
||||
{
|
||||
"key": "RedneckCruise",
|
||||
"label": "Redneck Cruise",
|
||||
"description": "On supported Hyundai stock-long cars, use RES/SET button presses to match the cluster set speed to StarPilot's target.",
|
||||
"data_type": "bool",
|
||||
"ui_type": "toggle",
|
||||
"parent_key": "QOLLongitudinal",
|
||||
"settings_tier": "simple"
|
||||
},
|
||||
{
|
||||
"key": "WeatherPresets",
|
||||
"label": "Weather Condition Offsets",
|
||||
|
||||
@@ -50,6 +50,7 @@ def test_galaxy_layout_contains_basic_mode_controls():
|
||||
"HumanLaneChanges",
|
||||
"QOLLongitudinal",
|
||||
} <= sections["Longitudinal (Speed & Following)"].keys()
|
||||
assert "RedneckCruise" not in sections["Longitudinal (Speed & Following)"].keys()
|
||||
assert {"GalaxyDeveloperMode", "UseOldUI"} <= sections["Developer"].keys()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user