MCPcopy Create free account
hub / github.com/BuddySirJava/SSH-Studio / _update_status

Method _update_status

src/ui/main_window.py:873–875  ·  view source on GitHub ↗

Update the status bar with a message.

(self, message: str)

Source from the content-addressed store, hash-verified

871 about_window.present()
872
873 def _update_status(self, message: str):
874 """Update the status bar with a message."""
875 self.show_toast(message)
876
877 def _hide_status(self):
878 """Hide the status bar."""

Callers 3

_on_save_clickedMethod · 0.95
_write_and_reloadMethod · 0.95
on_close_requestMethod · 0.95

Calls 1

show_toastMethod · 0.95

Tested by

no test coverage detected