test commit

This commit is contained in:
VALLONGOL 2025-04-23 10:58:00 +02:00
parent 5d8e030923
commit b5467f0b63

View File

@ -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 [])