Skip to content
Snippets Groups Projects
Commit 03e6e5e3 authored by inso's avatar inso
Browse files

Fix crash with second use of password dialog asker

parent fc5d708b
Branches
Tags
No related merge requests found
......@@ -36,6 +36,7 @@ class PasswordAskerDialog(QDialog, Ui_PasswordAskerDialog):
pwd = self.password
if not self.remember:
self.password = ""
self.finished.disconnect(future_show)
future.set_result(pwd)
self.open()
self.finished.connect(future_show)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment