Skip to content

Commit

Permalink
block launcher if user close the password dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
CAILLOT Cyprien committed Aug 24, 2023
1 parent bb0e91c commit 1360705
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openpype/modules/launcher_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 1360705

Please sign in to comment.