diff --git a/ankiqt/ui/deckproperties.py b/ankiqt/ui/deckproperties.py index fb7cb3927..03d825b30 100644 --- a/ankiqt/ui/deckproperties.py +++ b/ankiqt/ui/deckproperties.py @@ -160,9 +160,13 @@ class DeckProperties(QDialog): # syncing if self.dialog.doSync.checkState() == Qt.Checked: old = self.d.syncName + oldSync = self.d.lastSync self.d.enableSyncing() if self.d.syncName != old: needSync = True + else: + # put it back + self.d.lastSync = oldSync else: self.d.disableSyncing() # scheduling