Merge pull request #46

b8c07de wizard: store password in appwindow session (Jacob Brydolf)
e5b9a1b settings page: strict password check (Jacob Brydolf)
010cce4 settings page: Empty password field on seed view (Jacob Brydolf)
This commit is contained in:
Riccardo Spagni
2016-10-11 10:28:31 +02:00
3 changed files with 6 additions and 3 deletions

View File

@@ -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