diff --git a/qt/aqt/studydeck.py b/qt/aqt/studydeck.py index 493f2307a..d3b5f2ae2 100644 --- a/qt/aqt/studydeck.py +++ b/qt/aqt/studydeck.py @@ -150,4 +150,7 @@ class StudyDeck(QDialog): self.name = n # make sure we clean up reset hook when manually exiting gui_hooks.state_did_reset.remove(self.onReset) + if self.mw.state == "deckBrowser": + self.mw.deckBrowser.refresh() + gui_hooks.sidebar_should_refresh_decks() QDialog.accept(self)