From ba0988fc06734234598f8235fdfe10270e1a3025 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Fri, 12 Dec 2025 01:37:34 -0500 Subject: [PATCH] always try to update the labels --- selfdrive/ui/sunnypilot/layouts/settings/osm.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/selfdrive/ui/sunnypilot/layouts/settings/osm.py b/selfdrive/ui/sunnypilot/layouts/settings/osm.py index acd2c00e81..5fb4c0b84b 100644 --- a/selfdrive/ui/sunnypilot/layouts/settings/osm.py +++ b/selfdrive/ui/sunnypilot/layouts/settings/osm.py @@ -117,7 +117,8 @@ class OSMLayout(Widget): ui_state.params.remove("OsmLocationName") ui_state.params.remove("OsmLocationTitle") ui_state.params.remove("OsmLocal") - self._update_labels() + + self._update_labels() return if region_type == "Country":