forked from Public/monero-gui
Merge pull request #2240
35a0f25 PasswordDialog: merge components and bug fixes (selsta)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user