This commit is contained in:
firestarsdog
2026-08-05 11:06:29 -04:00
committed by firestar5683
parent 98a913693d
commit f7634ec761
16 changed files with 124 additions and 35 deletions
@@ -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()