diff --git a/selfdrive/ui/qt/onroad.cc b/selfdrive/ui/qt/onroad.cc index 9b04030..1b966dd 100644 --- a/selfdrive/ui/qt/onroad.cc +++ b/selfdrive/ui/qt/onroad.cc @@ -111,7 +111,7 @@ void OnroadWindow::updateState(const UIState &s) { // Clearpilot if (paramsMemory.getInt("no_lat_lane_change") == 1) { - bg = bg_colors[STATUS_DISENGAGED] + bg = bg_colors[STATUS_DISENGAGED]; } if (bg != bgColor) {