MCPcopy Index your code
hub / github.com/AmberSahdev/Open-Interface / display_current_status

Method display_current_status

app/ui.py:26–27  ·  view source on GitHub ↗
(self, text: str)

Source from the content-addressed store, hash-verified

24 self.main_window.mainloop()
25
26 def display_current_status(self, text: str):
27 self.main_window.update_message(text)
28
29 class AdvancedSettingsWindow(ttk.Toplevel):
30 """

Callers 1

Calls 1

update_messageMethod · 0.80

Tested by

no test coverage detected