(self)
| 260 | TaskbarPanel.open_webbrowser(HELP_URL) |
| 261 | |
| 262 | def _open_donate(self): |
| 263 | if self.donation_url is not None: |
| 264 | TaskbarPanel.open_webbrowser(self.donation_url) |
| 265 | |
| 266 | def open_location(self, path): |
| 267 | if PLATFORM == WINDOWS: |
nothing calls this directly
no test coverage detected