Skip to content

Commit

Permalink
Update YT Download.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Joey451-OG committed Apr 21, 2023
1 parent 4024582 commit 7ada296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YT Download.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7ada296

Please sign in to comment.