fix qt UI after #19762

old-commit-hash: b2bc9dcc1eee885afff4c339c8a37ad5f80fb88c
This commit is contained in:
Adeeb Shihadeh
2021-01-27 23:00:14 -08:00
parent 5794b3a053
commit c221eff09c
+1 -2
View File
@@ -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