diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-02-25 14:36:45 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-02-25 14:36:45 -0600 |
| commit | 0a5e87d00719ee78325a80f87353a7576f88c417 (patch) | |
| tree | dff2f2d75044bb5c2708667ace0848b3ead2f4e2 /wizard/WizardCreateWallet2.qml | |
| parent | a237d16f7d4a9db778bdb9238bb26242c33c33e6 (diff) | |
| parent | 05f0f82bdc345c63bd2482111f05282861d97cfa (diff) | |
| download | monzero-gui-0a5e87d00719ee78325a80f87353a7576f88c417.tar.gz monzero-gui-0a5e87d00719ee78325a80f87353a7576f88c417.tar.xz monzero-gui-0a5e87d00719ee78325a80f87353a7576f88c417.zip | |
Merge pull request #1962
05f0f82 Save wallet password (xmrdsc)
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 92e8f5b1..75f6e63d 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"; |
