From 5d6cc4c4a8e45ae692673fc8d395bede5512544f Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 4 May 2024 00:14:11 -0500 Subject: [PATCH] wip --- selfdrive/ui/qt/onroad.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {