still fixing regressions
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user