From 8235caf9cfaba36fc1e4ae20eca3aa9b82c15fb3 Mon Sep 17 00:00:00 2001 From: VALLONGOL Date: Wed, 23 Apr 2025 10:41:16 +0200 Subject: [PATCH] fix problem with delay --- GitUtility.py | 1 + 1 file changed, 1 insertion(+) diff --git a/GitUtility.py b/GitUtility.py index e23232a..76fa8d7 100644 --- a/GitUtility.py +++ b/GitUtility.py @@ -2767,6 +2767,7 @@ class GitSvnSyncApp: if hasattr(self, "main_frame"): self.main_frame.update_changed_files_list(["(Error refreshing changes)"]) # Non serve aggiornare stato auth/sync per errori locali generici + delay_ms = 50 # Inizializza il ritardo base qui # --- Trigger finale dei refresh asincroni raccolti (spostato dopo il blocco if/elif/else principale) --- if repo_path_for_refreshes and refresh_list: