Skip to content

Commit

Permalink
add tut url
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadForoutan committed Sep 24, 2024
1 parent b127051 commit df86b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def init_ui(self):
# Create the widgets
self.note_label = QLabel("با باز بودن برنامه میتونید روی پورت ۴۵۰۰ یوتوب روی بدون فیلترشکن نگاه کنید")

self.tut_label = QLabel('<a href="https://www.example.com">برای آموزش کلید کنید</a>')
self.tut_label = QLabel('<a href="https://mohammadforoutan.github.io/gfw-py/">برای آموزش کلید کنید</a>')
self.tut_label.linkActivated.connect(self.open_link)

self.url_label = QLabel("YouTube Video URL:")
Expand Down

0 comments on commit df86b51

Please sign in to comment.