Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
send_status_from_core_to_ui
Method · 0.80
Calls
1
update_message
Method · 0.80
Tested by
no test coverage detected