(self)
| 257 | TaskbarPanel.open_webbrowser(self.github_url) |
| 258 | |
| 259 | def _open_help(self): |
| 260 | TaskbarPanel.open_webbrowser(HELP_URL) |
| 261 | |
| 262 | def _open_donate(self): |
| 263 | if self.donation_url is not None: |
nothing calls this directly
no test coverage detected