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":