From bfe5c3a4f75dce00a722e448734509c6d2eeb2c0 Mon Sep 17 00:00:00 2001 From: nayan Date: Mon, 24 Aug 2026 14:23:47 -0400 Subject: [PATCH] slideee to the left, cha cha --- openpilot/selfdrive/ui/sunnypilot/mici/layouts/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openpilot/selfdrive/ui/sunnypilot/mici/layouts/models.py b/openpilot/selfdrive/ui/sunnypilot/mici/layouts/models.py index 8909b0bbce..6e0bc305d9 100644 --- a/openpilot/selfdrive/ui/sunnypilot/mici/layouts/models.py +++ b/openpilot/selfdrive/ui/sunnypilot/mici/layouts/models.py @@ -139,6 +139,7 @@ class ModelsLayoutMici(NavScroller): def _pop_to_main(self): gui_app.pop_widgets_to(self) + self._scroller.scroll_panel.set_offset(0.0) def _select_model(self, bundle): ui_state.params.put("ModelManager_DownloadRef", bundle.ref)