mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-07 04:25:41 +08:00
fix param
This commit is contained in:
@@ -170,7 +170,7 @@ class AugmentedRoadView(CameraView):
|
||||
self._update_params()
|
||||
|
||||
def _update_params(self):
|
||||
self._hide_camera = ui_state.params.get_bool("HideCameraView")
|
||||
self._hide_camera = ui_state.params.get_bool("HideCamera")
|
||||
|
||||
def is_swiping_left(self) -> bool:
|
||||
"""Check if currently swiping left (for scroller to disable)."""
|
||||
|
||||
Reference in New Issue
Block a user