fix qt UI after #19762

pull/19800/head
Adeeb Shihadeh 4 years ago
parent d1b31d3697
commit b2bc9dcc1e
  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