IQ.Pilot Release Commit @ 9f06a77

This commit is contained in:
IQ.Lvbs CI [bot]
2026-09-03 19:53:35 -05:00
parent 1b2f28290b
commit 26facfde0f
2 changed files with 2 additions and 2 deletions

View File

@@ -376,7 +376,7 @@ class ModelsLayoutMici(NavScroller):
def _select_big(self, key):
if key is None:
ui_state.params.put_bool("IQEmacEnabled", False)
ui_state.params.put_bool("IQEmacEnabled", ui_state.params.get_bool("IQEmacSmallModel"))
else:
ui_state.params.put("IQEmacModel", key)
ui_state.params.put_bool("IQEmacEnabled", True)

View File

@@ -1957,7 +1957,7 @@ class ModelsLayout(Widget):
if result == DialogResult.CONFIRM and self._big_model_dialog is not None and self._big_model_dialog.selection:
selected = self._big_model_dialog.selection
if selected == tr("Off"):
ui_state.params.put_bool("IQEmacEnabled", False)
ui_state.params.put_bool("IQEmacEnabled", ui_state.params.get_bool("IQEmacSmallModel"))
else:
for key in keys:
if _big_model_label(key) == selected: