mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
make sure to save on group delete
This commit is contained in:
parent
b9dc5764a3
commit
716684edae
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ class GroupManager(object):
|
|||
# delete the group and add a grave
|
||||
del self.groups[str(gid)]
|
||||
self.deck._logRem([gid], REM_GROUP)
|
||||
self.save()
|
||||
|
||||
def allNames(self):
|
||||
"An unsorted list of all group names."
|
||||
|
|
Loading…
Reference in a new issue