mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
fix study deck->add deck->cancel
This commit is contained in:
parent
c1ec0fb191
commit
d077d9509a
1 changed files with 2 additions and 3 deletions
|
@ -175,6 +175,5 @@ class StudyDeck(QDialog):
|
||||||
|
|
||||||
QDialog.accept(self)
|
QDialog.accept(self)
|
||||||
|
|
||||||
add_deck_dialog(parent=self, default_text=default).success(
|
if diag := add_deck_dialog(parent=self, default_text=default):
|
||||||
success
|
diag.success(success).run_in_background()
|
||||||
).run_in_background()
|
|
||||||
|
|
Loading…
Reference in a new issue