From 0aa58beb915a1682b460b5b75859a23c657ec0b6 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 15 Oct 2008 14:17:23 +0900 Subject: [PATCH] fix can't load deck error --- ankiqt/ui/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index 693e212f5..516273c13 100644 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -429,7 +429,7 @@ class AnkiQt(QMainWindow): self.updateRecentFiles(self.deck.path) if sync and self.config['syncOnLoad']: if self.syncDeck(interactive=False): - return + return True try: self.rebuildQueue() except OperationalError: