mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-31 16:09:26 +00:00
wizard: store password in appwindow session
This commit is contained in:
parent
e5b9a1b9d7
commit
b8c07de819
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue