mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-08 06:25:42 +08:00
bool
This commit is contained in:
@@ -73,7 +73,7 @@ class UIStateSP:
|
||||
self.developer_ui = self.params.get("DevUIInfo")
|
||||
self.rainbow_path = self.params.get_bool("RainbowMode")
|
||||
self.chevron_metrics = self.params.get("ChevronInfo")
|
||||
self.hide_camera = self.params.get("HideCamera")
|
||||
self.hide_camera = self.params.get_bool("HideCamera")
|
||||
|
||||
|
||||
class DeviceSP:
|
||||
|
||||
Reference in New Issue
Block a user