(self)
| 254 | TaskbarPanel.open_webbrowser(self.config.data["server_url"]) |
| 255 | |
| 256 | def _open_github(self): |
| 257 | TaskbarPanel.open_webbrowser(self.github_url) |
| 258 | |
| 259 | def _open_help(self): |
| 260 | TaskbarPanel.open_webbrowser(HELP_URL) |
nothing calls this directly
no test coverage detected