From 9acc06079676919d729127f16706164a318ea7ed Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Fri, 14 Jul 2023 20:55:16 -0700 Subject: [PATCH] comment --- selfdrive/ui/qt/maps/map.h | 1 + 1 file changed, 1 insertion(+) diff --git a/selfdrive/ui/qt/maps/map.h b/selfdrive/ui/qt/maps/map.h index 2ae79b4066..b433f14485 100644 --- a/selfdrive/ui/qt/maps/map.h +++ b/selfdrive/ui/qt/maps/map.h @@ -110,6 +110,7 @@ private: QPushButton *settings_btn; QPixmap directions_icon, settings_icon; + // Blue with normal nav, green when nav is input into the model QColor getPathColor(bool nav_enabled) { return nav_enabled ? QColor("#31ee73") : QColor("#31a1ee"); } void clearRoute();