fix(gui): restore missing _render_message_panel method def after set_file_slice edit

This commit is contained in:
2026-03-02 11:22:03 -05:00
parent 9ae6f9da05
commit 1c8b094a77

View File

@@ -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: