diff --git a/ankiqt/ui/sync.py b/ankiqt/ui/sync.py index eabedbbdf..9a71096a4 100755 --- a/ankiqt/ui/sync.py +++ b/ankiqt/ui/sync.py @@ -109,6 +109,8 @@ sync was aborted. Please report this error.""") self.syncDeck(deck=d) except SyncError, e: return + self.setStatus(_("Sync Finished."), 0) + time.sleep(1) self.emit(SIGNAL("syncFinished")) def syncDeck(self, deck=None):