fix(gui): restore missing _render_message_panel method def after set_file_slice edit
This commit is contained in:
1
gui_2.py
1
gui_2.py
@@ -2766,6 +2766,7 @@ class App:
|
|||||||
imgui.table_set_column_index(2); imgui.text(f"{tok / total_tok * 100:.0f}%")
|
imgui.table_set_column_index(2); imgui.text(f"{tok / total_tok * 100:.0f}%")
|
||||||
imgui.end_table()
|
imgui.end_table()
|
||||||
|
|
||||||
|
def _render_message_panel(self) -> None:
|
||||||
# LIVE indicator
|
# LIVE indicator
|
||||||
is_live = self.ai_status in ["running powershell...", "fetching url...", "searching web...", "powershell done, awaiting AI..."]
|
is_live = self.ai_status in ["running powershell...", "fetching url...", "searching web...", "powershell done, awaiting AI..."]
|
||||||
if is_live:
|
if is_live:
|
||||||
|
|||||||
Reference in New Issue
Block a user