diff options
| author | dsc <xmrdsc@protonmail.com> | 2019-02-25 16:15:52 +0100 |
|---|---|---|
| committer | dsc <xmrdsc@protonmail.com> | 2019-02-25 16:15:52 +0100 |
| commit | 05f0f82bdc345c63bd2482111f05282861d97cfa (patch) | |
| tree | 68fc5e53fc3fb43e5855bbd5f21b1b5becfeca0d /wizard/WizardCreateWallet2.qml | |
| parent | f3a47dbff81812ec41a034d2c7959285d60d69da (diff) | |
| download | monzero-gui-05f0f82bdc345c63bd2482111f05282861d97cfa.tar.gz monzero-gui-05f0f82bdc345c63bd2482111f05282861d97cfa.tar.xz monzero-gui-05f0f82bdc345c63bd2482111f05282861d97cfa.zip | |
Save wallet password
Diffstat (limited to 'wizard/WizardCreateWallet2.qml')
| -rw-r--r-- | wizard/WizardCreateWallet2.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wizard/WizardCreateWallet2.qml b/wizard/WizardCreateWallet2.qml index 3e304f90..6a3d3284 100644 --- a/wizard/WizardCreateWallet2.qml +++ b/wizard/WizardCreateWallet2.qml @@ -69,6 +69,8 @@ Rectangle { } } onNextClicked: { + wizardController.walletOptionsPassword = passwordFields.password; + if(appWindow.walletMode === 0 || appWindow.walletMode === 1){ wizardController.fetchRemoteNodes(function(){ wizardStateView.state = "wizardCreateWallet4"; |
