still fixing regressions

This commit is contained in:
2026-03-06 20:27:03 -05:00
parent 4c92817928
commit 13453a0a14
6 changed files with 241 additions and 160 deletions

View File

@@ -640,6 +640,7 @@ class AppController:
"Operations Hub": True,
"Message": False,
"Response": False,
"Tool Calls": False,
"Theme": True,
"Log Management": False,
"Diagnostics": False,
@@ -1714,6 +1715,7 @@ class AppController:
"show_windows": self.show_windows,
"separate_message_panel": getattr(self, "ui_separate_message_panel", False),
"separate_response_panel": getattr(self, "ui_separate_response_panel", False),
"separate_tool_calls_panel": getattr(self, "ui_separate_tool_calls_panel", False),
}
theme.save_to_config(self.config)