mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
fix deck confs not deleting
https://anki.tenderapp.com/discussions/ankidesktop/41044-bug-report-anki-2124-macos-deleting-unused-option-groups
This commit is contained in:
parent
a4d33dbdb0
commit
9645b85df8
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ class DeckConf(QDialog):
|
|||
else:
|
||||
self.mw.col.modSchema(check=True)
|
||||
self.mw.col.decks.remove_config(self.conf["id"])
|
||||
self.conf = None
|
||||
self.deck["conf"] = 1
|
||||
self.loadConfs()
|
||||
|
||||
|
|
Loading…
Reference in a new issue