[TIZI/TICI] ui: Blue "Exit Always Offroad" button (#1655)

Blue "Exit Always Offroad" button

Co-authored-by: Jason Wen <haibin.wen3@gmail.com>
This commit is contained in:
dzid26
2026-01-24 07:11:38 +00:00
committed by GitHub
parent 5c01365125
commit fc4a0fb944
@@ -193,7 +193,7 @@ class DeviceLayoutSP(DeviceLayout):
# Text & Color
offroad_mode_btn_text = tr("Exit Always Offroad") if always_offroad else tr("Enable Always Offroad")
offroad_mode_btn_style = ButtonStyle.NORMAL if always_offroad else ButtonStyle.DANGER
offroad_mode_btn_style = ButtonStyle.PRIMARY if always_offroad else ButtonStyle.DANGER
self._always_offroad_btn.action_item.left_button.set_text(offroad_mode_btn_text)
self._always_offroad_btn.action_item.left_button.set_button_style(offroad_mode_btn_style)