diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2017-08-06 17:11:12 +0200 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2017-11-01 17:02:44 +0100 |
| commit | bbcb780cfa821b2176c86e3ffd5118778b5588da (patch) | |
| tree | 20718ac9a7826055678daf79aeb6786b5cdeb467 /wizard/WizardPassword.qml | |
| parent | 91953f1a3a1680ad68da7247af892fbd828fc556 (diff) | |
| download | monzero-gui-bbcb780cfa821b2176c86e3ffd5118778b5588da.tar.gz monzero-gui-bbcb780cfa821b2176c86e3ffd5118778b5588da.tar.xz monzero-gui-bbcb780cfa821b2176c86e3ffd5118778b5588da.zip | |
wizard: use m_wallet instead of storing in settingsObj
Diffstat (limited to 'wizard/WizardPassword.qml')
| -rw-r--r-- | wizard/WizardPassword.qml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/wizard/WizardPassword.qml b/wizard/WizardPassword.qml index 0b5b4282..3ce6584d 100644 --- a/wizard/WizardPassword.qml +++ b/wizard/WizardPassword.qml @@ -64,7 +64,6 @@ ColumnLayout { function onPageClosed(settingsObject) { // TODO: set password on the final page - // settingsObject.wallet.setPassword(passwordItem.password) settingsObject['wallet_password'] = passwordUI.password return true } @@ -82,8 +81,8 @@ ColumnLayout { ListModel { id: dotsModel ListElement { dotColor: "#36B05B" } - ListElement { dotColor: "#36B05B" } - //ListElement { dotColor: "#FFE00A" } + ListElement { dotColor: "#FFE00A" } + ListElement { dotColor: "#DBDBDB" } ListElement { dotColor: "#DBDBDB" } } |
