Fix a regression in the previous release that caused the cover browser to not close when it is used as a separate window

This commit is contained in:
Kovid Goyal 2024-01-05 16:30:39 +05:30
parent c3cffae07d
commit a57fa0d6a9
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -431,7 +431,6 @@ class CoverFlowMixin:
self.cb_button.set_state_to_hide() self.cb_button.set_state_to_hide()
def cover_browser_closed(self, *args): def cover_browser_closed(self, *args):
self.cb_dialog = None
self.cb_button.set_state_to_show() self.cb_button.set_state_to_show()
def hide_cover_browser(self, *args): def hide_cover_browser(self, *args):