mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
fix renaming not updating dropdown
This commit is contained in:
parent
c023bdd78e
commit
335815ab9c
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ class DeckConf(QDialog):
|
|||
if not name or name == old:
|
||||
return
|
||||
self.conf["name"] = name
|
||||
self.saveConf()
|
||||
self.loadConfs()
|
||||
|
||||
def setChildren(self):
|
||||
|
|
Loading…
Reference in a new issue