summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/passworddialog.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/passworddialog.cpp b/src/passworddialog.cpp
index ca3b5244..747d2787 100644
--- a/src/passworddialog.cpp
+++ b/src/passworddialog.cpp
@@ -58,6 +58,8 @@ PasswordDialog::PasswordDialog(const QString &file, const bool &isNew,
setLength(m_passConfig.length);
setPasswordCharTemplate(m_passConfig.selected);
+ connect(QtPassSettings::getPass(), &Pass::finishedShow, this,
+ &PasswordDialog::setPass);
connect(QtPassSettings::getPass(), &Pass::processErrorExit, this,
&PasswordDialog::close);
connect(this, &PasswordDialog::accepted, this, &PasswordDialog::on_accepted);