fix problem with delay
This commit is contained in:
parent
69cacd26ec
commit
8235caf9cf
@ -2767,6 +2767,7 @@ class GitSvnSyncApp:
|
|||||||
if hasattr(self, "main_frame"): self.main_frame.update_changed_files_list(["(Error refreshing changes)"])
|
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
|
# 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) ---
|
# --- Trigger finale dei refresh asincroni raccolti (spostato dopo il blocco if/elif/else principale) ---
|
||||||
if repo_path_for_refreshes and refresh_list:
|
if repo_path_for_refreshes and refresh_list:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user