feat: Refactor agent chat widget handling and remove unused state variable

This commit is contained in:
scawful
2025-10-04 13:48:01 -04:00
parent 2ac363918e
commit 207b35df82
3 changed files with 10 additions and 9 deletions

View File

@@ -185,7 +185,6 @@ class EditorManager {
#ifdef YAZE_WITH_GRPC
// Agent chat widget
AgentChatWidget agent_chat_widget_;
bool show_agent_chat_widget_ = false;
#endif
std::string version_ = "";