wizard: store password in appwindow session

This commit is contained in:
Jacob Brydolf 2016-10-11 01:02:07 +02:00
parent e5b9a1b9d7
commit b8c07de819
No known key found for this signature in database
GPG key ID: DE46246550D2F3C5

View file

@ -124,6 +124,9 @@ Rectangle {
// protecting wallet with password
settings.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
// saving wallet_filename;
settings['wallet_filename'] = new_wallet_filename;