(self)
| 251 | self.update_menu() |
| 252 | |
| 253 | def _open_homepage(self): |
| 254 | TaskbarPanel.open_webbrowser(self.config.data["server_url"]) |
| 255 | |
| 256 | def _open_github(self): |
| 257 | TaskbarPanel.open_webbrowser(self.github_url) |
nothing calls this directly
no test coverage detected