mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
update tag priorities when deck is bundled
This commit is contained in:
parent
1d6e3f0b97
commit
aed9fb1c61
1 changed files with 1 additions and 0 deletions
|
@ -566,6 +566,7 @@ values
|
||||||
def updateDeck(self, deck):
|
def updateDeck(self, deck):
|
||||||
self.applyDict(self.deck, deck)
|
self.applyDict(self.deck, deck)
|
||||||
self.deck.lastSync = self.deck.modified
|
self.deck.lastSync = self.deck.modified
|
||||||
|
self.deck.updateTagPriorities()
|
||||||
self.deck.updateDynamicIndices()
|
self.deck.updateDynamicIndices()
|
||||||
|
|
||||||
def bundleStats(self):
|
def bundleStats(self):
|
||||||
|
|
Loading…
Reference in a new issue