UI: don't forget the toggle for Braking Status

This commit is contained in:
Jason Wen
2023-02-05 22:01:41 -05:00
parent ca4cbccb70
commit 01461c013c
+1 -1
View File
@@ -302,7 +302,7 @@ void AnnotatedCameraWidget::updateState(const UIState &s) {
setProperty("dynamicLaneProfileToggle", s.scene.dynamic_lane_profile_toggle);
setProperty("dynamicLaneProfile", s.scene.dynamic_lane_profile);
setProperty("brakeLights", car_state.getBrakeLights());
setProperty("brakeLights", car_state.getBrakeLights() && s.scene.visual_brake_lights);
// update engageability/experimental mode button
experimental_btn->updateState(s);