diff options
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; |
