From eba1918a10601f0c2f49e954a8dcc9daf04b590a Mon Sep 17 00:00:00 2001 From: Anjok07 <68268275+Anjok07@users.noreply.github.com> Date: Mon, 25 Sep 2023 21:47:04 -0500 Subject: [PATCH] Add files via upload --- UVR.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/UVR.py b/UVR.py index dcb4f10..339c1ef 100644 --- a/UVR.py +++ b/UVR.py @@ -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: