We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937acdb commit b48ac67Copy full SHA for b48ac67
1 file changed
ui/ctk_tray_ui.py
@@ -358,7 +358,7 @@ def _on_appearance_change(choice: str) -> None:
358
text_color="#ffffff", border_width=0,
359
command=lambda: (
360
header.winfo_toplevel().iconify(),
361
- webbrowser.open("https://nowpayments.io/donation/flowseal"),
+ webbrowser.open("https://github.com/Flowseal/tg-ws-proxy/blob/main/docs/README.md"),
362
),
363
).pack(side="right", padx=(0, 6))
364
0 commit comments