From 7ada2963a61a6c3bb67622dcee2bb3774d1158c3 Mon Sep 17 00:00:00 2001 From: ItIsJoeyG Date: Thu, 20 Apr 2023 21:42:40 -0500 Subject: [PATCH] Update YT Download.py --- YT Download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YT Download.py b/YT Download.py index 980c89e..027979f 100644 --- a/YT Download.py +++ b/YT Download.py @@ -52,7 +52,7 @@ [sg.Text('File path. Leave blank to save download to:')], [sg.Text(f'{user_dir}')], [sg.Input(key='DIR'), sg.FolderBrowse()], - [sg.Button('Download'), sg.Cancel(), sg.Text('Version: 1.2.1', tooltip='https://github.com/Joey451-OG/YT-Dowload', enable_events=True, key='GITHUB', font=font)] + [sg.Button('Download'), sg.Cancel(), sg.Text('Version: 1.3.0', tooltip='https://github.com/Joey451-OG/YT-Dowload', enable_events=True, key='GITHUB', font=font)] ] # Main logic function. Calls the appropriate functions in main.py and handles input errors.