forked from Public/monero-gui
password dialog: show error in place
This commit is contained in:
@@ -39,12 +39,7 @@ function showSeedPage() {
|
||||
// Load keys page
|
||||
appWindow.showPageRequest("Keys");
|
||||
} else {
|
||||
informationPopup.title = qsTr("Error") + translationManager.emptyString;
|
||||
informationPopup.text = qsTr("Wrong password");
|
||||
informationPopup.open()
|
||||
informationPopup.onCloseCallback = function() {
|
||||
passwordDialog.open()
|
||||
}
|
||||
passwordDialog.showError(qsTr("Wrong password"));
|
||||
}
|
||||
}
|
||||
passwordDialog.onRejectedCallback = function() {
|
||||
|
||||
Reference in New Issue
Block a user