mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix details dialog close
This commit is contained in:
parent
9ec7865154
commit
a852973e11
1 changed files with 1 additions and 1 deletions
|
|
@ -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"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue