Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
myuce committed Apr 5, 2021
1 parent ba6ceeb commit 5fccaac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def __init__(self, root: tk.Tk):
helpMenu.add_command(label="Video tutorial", command=lambda: alert.showwarning(title="Warning", message="Video tutorial is not ready yet."))
#helpMenu.add_command(label="Check for new versions", command=lambda: print("Checking for new versions..."))
helpMenu.add_separator()
helpMenu.add_command(label="Support me on Patreon", command=lambda: webbrowser.open("https://www.patreon.com/johndoe_"))
helpMenu.add_command(label="About Corvid", command=self.aboutButton_command)
menuBar.add_cascade(label="Help", menu=helpMenu)

Expand Down

0 comments on commit 5fccaac

Please sign in to comment.