diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c69c5c1dc..ceb0a77d2 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -75,6 +75,7 @@ Meredith Derecho Daniel Wallgren Kerrick Staley Maksim Abramchuk +Mateus Etto Benjamin Kulnik Shaun Ren Ryan Greenblatt diff --git a/qt/aqt/main.py b/qt/aqt/main.py index 5772fdedf..e5e049d38 100644 --- a/qt/aqt/main.py +++ b/qt/aqt/main.py @@ -1532,7 +1532,11 @@ title="{}" {}>{}""".format( ).run_in_background() StudyDeck( - self, dyn=True, current=self.col.decks.current()["name"], callback=callback + self, + parent=self, + dyn=True, + current=self.col.decks.current()["name"], + callback=callback, ) def onEmptyCards(self) -> None: