aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardPassword.qml
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-06-14 16:09:14 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-06-14 16:09:14 +0300
commit1eac46ae734d31df568cf0f51dd1d5b7e7244cdc (patch)
tree897d58bf18b8265d12bf09d2397dd2f98e74b59b /wizard/WizardPassword.qml
parentb7787dc6704ee8395ba20adf0f09af6fc3eb9f8a (diff)
downloadmonzero-gui-1eac46ae734d31df568cf0f51dd1d5b7e7244cdc.tar.gz
monzero-gui-1eac46ae734d31df568cf0f51dd1d5b7e7244cdc.tar.xz
monzero-gui-1eac46ae734d31df568cf0f51dd1d5b7e7244cdc.zip
"new wallet" and "recovery wallet" flows are implemented using libwallet
api
Diffstat (limited to 'wizard/WizardPassword.qml')
-rw-r--r--wizard/WizardPassword.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/wizard/WizardPassword.qml b/wizard/WizardPassword.qml
index aca45d4d..6b14dae9 100644
--- a/wizard/WizardPassword.qml
+++ b/wizard/WizardPassword.qml
@@ -45,6 +45,7 @@ Item {
function onPageClosed(settingsObject) {
settingsObject.wallet.setPassword(passwordItem.password)
+ return true
}
function handlePassword() {