mirror of
https://github.com/hacksider/Deep-Live-Cam.git
synced 2026-04-29 12:55:57 +02:00
Added URL to official website
This commit is contained in:
+1
-1
@@ -371,7 +371,7 @@ def create_root(start: Callable[[], None], destroy: Callable[[], None]) -> ctk.C
|
||||
text_color=ctk.ThemeManager.theme.get("URL").get("text_color")
|
||||
)
|
||||
donate_label.bind(
|
||||
"<Button>", lambda event: webbrowser.open("https://paypal.me/hacksider")
|
||||
"<Button>", lambda event: webbrowser.open("https://deeplivecam.net")
|
||||
)
|
||||
|
||||
return root
|
||||
|
||||
Reference in New Issue
Block a user