diff --git a/ankiqt/ui/sync.py b/ankiqt/ui/sync.py index da1e1bc10..14fef4edd 100755 --- a/ankiqt/ui/sync.py +++ b/ankiqt/ui/sync.py @@ -187,6 +187,8 @@ sync was aborted. Please report this error.""") self.deck = None try: self.deck = DeckStorage.Deck(path) + if not self.deck.lastSync: + self.conflictResolution = "keepLocal" client = SyncClient(self.deck) client.setServer(proxy) # need to do anything?