From 010cce4133c3c35405cbaaae83e9a39a63428e02 Mon Sep 17 00:00:00 2001 From: Jacob Brydolf Date: Tue, 11 Oct 2016 00:19:11 +0200 Subject: [PATCH] settings page: Empty password field on seed view --- components/PasswordDialog.qml | 2 +- pages/Settings.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/PasswordDialog.qml b/components/PasswordDialog.qml index 9edf87fc..69a2ae91 100644 --- a/components/PasswordDialog.qml +++ b/components/PasswordDialog.qml @@ -36,7 +36,7 @@ import QtQuick.Controls.Styles 1.4 Dialog { id: root - readonly property alias password: passwordInput.text + property alias password: passwordInput.text standardButtons: StandardButton.Ok + StandardButton.Cancel ColumnLayout { id: column diff --git a/pages/Settings.qml b/pages/Settings.qml index d46186af..973ff773 100644 --- a/pages/Settings.qml +++ b/pages/Settings.qml @@ -76,7 +76,7 @@ Rectangle { memoTextInput.text = currentWallet.seed showSeedButton.visible = false } - + settingsPasswordDialog.password = "" } onRejected: {