fix details dialog close

This commit is contained in:
Jakub Trllo 2022-11-04 21:32:56 +01:00
parent 9ec7865154
commit a852973e11

View file

@ -472,7 +472,7 @@ class PublisherWindow(QtWidgets.QDialog):
)
def _on_tab_change(self, old_tab, new_tab):
if old_tab != "details":
if old_tab == "details":
self._publish_details_widget.close_details_popup()
if new_tab in ("create", "publish"):