fix qt UI after #19762

old-commit-hash: b2bc9dcc1e
commatwo_master
Adeeb Shihadeh 4 years ago
parent 5794b3a053
commit c221eff09c
  1. 3
      selfdrive/ui/ui.cc

@ -167,8 +167,6 @@ static void update_sockets(UIState *s) {
}
}
}
s->started = scene.thermal.getStarted() || scene.frontview;
}
static void update_alert(UIState *s) {
@ -257,6 +255,7 @@ void ui_update(UIState *s) {
update_params(s);
update_sockets(s);
update_alert(s);
s->started = s->scene.thermal.getStarted() || s->scene.frontview;
update_vision(s);
// Handle onroad/offroad transition

Loading…
Cancel
Save