diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-07-15 18:38:32 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-07-15 18:38:32 -0500 |
| commit | 3a9f0e11003168a13c3648d02c193402e67e95b2 (patch) | |
| tree | 8d26e46e068633395358f5dc5fa9b1009efc452b /pages/settings | |
| parent | 702b654f09785d7aacd0794293947a09d611c5ad (diff) | |
| parent | 35a0f25b5702a13696aec4bc679d0c25b576ca17 (diff) | |
| download | monzero-gui-3a9f0e11003168a13c3648d02c193402e67e95b2.tar.gz monzero-gui-3a9f0e11003168a13c3648d02c193402e67e95b2.tar.xz monzero-gui-3a9f0e11003168a13c3648d02c193402e67e95b2.zip | |
Merge pull request #2240
35a0f25 PasswordDialog: merge components and bug fixes (selsta)
Diffstat (limited to 'pages/settings')
| -rw-r--r-- | pages/settings/SettingsWallet.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/settings/SettingsWallet.qml b/pages/settings/SettingsWallet.qml index 1b2c8463..ab80fec2 100644 --- a/pages/settings/SettingsWallet.qml +++ b/pages/settings/SettingsWallet.qml @@ -339,7 +339,7 @@ Rectangle { onClicked: { passwordDialog.onAcceptedCallback = function() { if(appWindow.walletPassword === passwordDialog.password){ - newPasswordDialog.open() + passwordDialog.openNewPasswordDialog() } else { informationPopup.title = qsTr("Error") + translationManager.emptyString; informationPopup.text = qsTr("Wrong password") + translationManager.emptyString; |
