This commit is contained in:
Your Name
2024-05-04 00:14:11 -05:00
parent 76a7029690
commit 5d6cc4c4a8

View File

@@ -111,7 +111,7 @@ void OnroadWindow::updateState(const UIState &s) {
// Clearpilot // Clearpilot
if (paramsMemory.getInt("no_lat_lane_change") == 1) { if (paramsMemory.getInt("no_lat_lane_change") == 1) {
bg = bg_colors[STATUS_DISENGAGED] bg = bg_colors[STATUS_DISENGAGED];
} }
if (bg != bgColor) { if (bg != bgColor) {