From 5fccaac06c432907d78f7d165dc9c7dcbcc43ae5 Mon Sep 17 00:00:00 2001 From: myuce Date: Mon, 5 Apr 2021 14:34:34 +0300 Subject: [PATCH] Update app.py --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index 3492cc0..852a7a7 100644 --- a/app.py +++ b/app.py @@ -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)