mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
record exported card count when exporting anki deck
This commit is contained in:
parent
2442e9b719
commit
de2780e797
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ modified = :now
|
|||
bulkClient.sync()
|
||||
# need to save manually
|
||||
self.newDeck.rebuildCounts()
|
||||
self.exportedCards = self.newDeck.cardCount
|
||||
self.newDeck.s.commit()
|
||||
self.newDeck.close()
|
||||
|
||||
|
|
Loading…
Reference in a new issue