mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
prevent saveas on autosave
This commit is contained in:
parent
ef998cdf2e
commit
1926d127f8
1 changed files with 1 additions and 1 deletions
|
@ -159,4 +159,4 @@ question or answer on all cards."""), parent=self)
|
|||
if not self.parent.config['saveAfterAdding']:
|
||||
return
|
||||
if (self.addedItems % self.parent.config['saveAfterAddingNum']) == 0:
|
||||
self.parent.onSave()
|
||||
self.parent.save()
|
||||
|
|
Loading…
Reference in a new issue