diff --git a/GitUtility.py b/GitUtility.py index 32266f0..f9acdef 100644 --- a/GitUtility.py +++ b/GitUtility.py @@ -2693,6 +2693,7 @@ class GitSvnSyncApp: if task_context not in ['refresh_branches', 'checkout_branch']: if self.refresh_branch_list not in refresh_list: refresh_list.append(self.refresh_branch_list) + # --- Aggiornamenti diretti GUI (per i task di refresh stessi) --- elif task_context == 'refresh_tags': if hasattr(self, "main_frame"): self.main_frame.update_tag_list(result_value if isinstance(result_value, list) else [])