aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardPassword.qml
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/WizardPassword.qml')
-rw-r--r--wizard/WizardPassword.qml6
1 files changed, 4 insertions, 2 deletions
diff --git a/wizard/WizardPassword.qml b/wizard/WizardPassword.qml
index d3d033aa..1bcc6213 100644
--- a/wizard/WizardPassword.qml
+++ b/wizard/WizardPassword.qml
@@ -43,6 +43,10 @@ Item {
onOpacityChanged: visible = opacity !== 0
+ function saveSettings(settingsObject) {
+ settingsObject.wallet.setPassword(passwordItem.password)
+ }
+
function handlePassword() {
// allow to forward step only if passwords match
wizard.nextButton.enabled = passwordItem.password === retypePasswordItem.password
@@ -54,8 +58,6 @@ Item {
-
-
Row {
id: dotsRow
anchors.top: parent.top