diff options
| author | stoffu <stoffu@protonmail.ch> | 2017-11-17 10:16:35 +0900 |
|---|---|---|
| committer | stoffu <stoffu@protonmail.ch> | 2018-01-05 16:11:29 +0900 |
| commit | cec206ec8d4267e2cc7e987a2dcd9762720d414f (patch) | |
| tree | d5fefcfef0871489c55b8d07ed8ae166153b8c22 /wizard | |
| parent | ac509ed798c122b84b4f7fc0ff8566a8b0a40f2c (diff) | |
| download | monzero-gui-cec206ec8d4267e2cc7e987a2dcd9762720d414f.tar.gz monzero-gui-cec206ec8d4267e2cc7e987a2dcd9762720d414f.tar.xz monzero-gui-cec206ec8d4267e2cc7e987a2dcd9762720d414f.zip | |
Refactor wallet password dialog
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/WizardMain.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardMain.qml b/wizard/WizardMain.qml index d5c9eb11..f792b383 100644 --- a/wizard/WizardMain.qml +++ b/wizard/WizardMain.qml @@ -226,7 +226,7 @@ ColumnLayout { m_wallet.setPassword(settings.wallet_password); // Store password in session to be able to use password protected functions (e.g show seed) - appWindow.password = settings.wallet_password + appWindow.walletPassword = settings.wallet_password // saving wallet_filename; settings['wallet_filename'] = new_wallet_filename; |
