diff --git a/openpype/modules/launcher_action.py b/openpype/modules/launcher_action.py index 709cfa79385..f7b167aa1eb 100644 --- a/openpype/modules/launcher_action.py +++ b/openpype/modules/launcher_action.py @@ -55,6 +55,8 @@ def show_launcher(self): dialog = PasswordDialog(allow_remember=True) dialog.setModal(True) dialog.exec_() + if not dialog.result(): + return if self.window: self.window.show()