Update the status bar with a message.
(self, message: str)
| 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.""" |
no test coverage detected