Update version

This commit is contained in:
TPD94 2024-01-08 23:07:12 -05:00
parent c9b4298078
commit 36a98db32e

View File

@ -314,7 +314,7 @@ def start_gui(wvd: str = None, api_key: str = None):
if event == 'Source Code': if event == 'Source Code':
webbrowser.open(url='https://cdm-project.com/Decryption-Tools/TPD-Keys') webbrowser.open(url='https://cdm-project.com/Decryption-Tools/TPD-Keys')
if event == 'Version': if event == 'Version':
sg.popup('Version 1.22', custom_text='Close', grab_anywhere=True) sg.popup('Version 1.3', custom_text='Close', grab_anywhere=True)
# 4 - the close # 4 - the close
window.close() window.close()