diff --git a/components/PasswordDialog.qml b/components/PasswordDialog.qml index 7d1a5bd6..7b19c517 100644 --- a/components/PasswordDialog.qml +++ b/components/PasswordDialog.qml @@ -143,8 +143,8 @@ Window { text: qsTr("Cancel") KeyNavigation.tab: passwordInput onClicked: { - root.rejected() root.close() + root.rejected() } } MoneroComponents.StandardButton { @@ -158,8 +158,8 @@ Window { text: qsTr("Ok") KeyNavigation.tab: cancelButton onClicked: { - root.accepted() root.close() + root.accepted() } } }