Add files via upload

This commit is contained in:
Anjok07 2023-09-25 21:47:04 -05:00 committed by GitHub
parent a897c05a82
commit eba1918a10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
UVR.py
View File

@ -78,7 +78,7 @@ def get_execution_time(function, name):
time_difference = end - start
print(f'{name} Execution Time: ', time_difference)
PREVIOUS_PATCH_WIN = 'UVR_Patch_3_31_23_5_5'
PREVIOUS_PATCH_WIN = 'UVR_Patch_9_25_23_2_1'
is_dnd_compatible = True
banner_placement = -2
@ -5102,9 +5102,10 @@ class MainWindow(TkinterDnD.Tk if is_dnd_compatible else tk.Tk):
self.download_update_link_var.set(UPDATE_LINUX_REPO)
if not user_refresh:
if not is_beta_version:
if not is_beta_version and not self.lastest_version == PATCH:
self.command_Text.write(NEW_UPDATE_FOUND_TEXT(self.lastest_version))
is_update_params = self.is_auto_update_model_params if is_start_up else self.is_auto_update_model_params_var.get()
if is_update_params and is_start_up or is_download_complete: