diff --git a/gui_2.py b/gui_2.py index d4db621..6bf89c2 100644 --- a/gui_2.py +++ b/gui_2.py @@ -2766,6 +2766,7 @@ class App: imgui.table_set_column_index(2); imgui.text(f"{tok / total_tok * 100:.0f}%") imgui.end_table() + def _render_message_panel(self) -> None: # LIVE indicator is_live = self.ai_status in ["running powershell...", "fetching url...", "searching web...", "powershell done, awaiting AI..."] if is_live: