nayan, NO !!

This commit is contained in:
nayan
2025-12-05 08:12:20 -05:00
parent e83da5f38b
commit 7828ee9974
@@ -78,7 +78,7 @@ class SoftwareLayoutSP(SoftwareLayout):
def _update_state(self):
super()._update_state()
offroad = ui_state.is_offroad()
show_advanced = True #ui_state.params.get_bool("ShowAdvancedControls")
show_advanced = ui_state.params.get_bool("ShowAdvancedControls")
self.disable_updates_toggle.action_item.set_enabled(offroad)
self.disable_updates_toggle.set_visible(show_advanced)