MCPcopy
hub / github.com/Sathvik-Rao/ClipCascade / _open_donate

Method _open_donate

ClipCascade_Desktop/src/cli/tray.py:262–264  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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:

Callers

nothing calls this directly

Calls 1

open_webbrowserMethod · 0.45

Tested by

no test coverage detected