diff --git a/qt/aqt/deckconf.py b/qt/aqt/deckconf.py index fdeec50f6..509462e51 100644 --- a/qt/aqt/deckconf.py +++ b/qt/aqt/deckconf.py @@ -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):