Add shimmer offset for custom software

This commit is contained in:
Shane Smiskol
2026-03-10 23:26:39 -07:00
parent 50f0cf25a6
commit 18da21e65b
+1 -1
View File
@@ -132,7 +132,7 @@ class SoftwareSelectionPage(NavWidget):
self._openpilot_slider = self._child(LargerSlider("slide to install\nopenpilot", use_openpilot_callback))
self._openpilot_slider.set_enabled(lambda: self.enabled and not self.is_dismissing)
self._custom_software_slider = self._child(LargerSlider("slide to install\ncustom software", use_custom_software_callback, green=False))
self._custom_software_slider = self._child(LargerSlider("slide to install\ncustom software", use_custom_software_callback, green=False, shimmer_offset=0.4))
self._custom_software_slider.set_enabled(lambda: self.enabled and not self.is_dismissing)
def show_event(self):