mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 06:07:11 -05:00
don't dirty cards
This commit is contained in:
parent
93eb5b5a93
commit
eeede2008d
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ class ActiveTagsChooser(QDialog):
|
|||
n += 1
|
||||
self.deck.suspended = canonifyTags(joinTags(suspended + ["Suspended"]))
|
||||
self.deck.setModified()
|
||||
self.deck.updateAllPriorities(partial=True)
|
||||
self.deck.updateAllPriorities(partial=True, dirty=False)
|
||||
self.parent.reset()
|
||||
saveGeom(self, "activeTags")
|
||||
self.deck.finishProgress()
|
||||
|
|
|
|||
Loading…
Reference in a new issue