mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-06 01:42:06 +02:00
wizard: store password in appwindow session
This commit is contained in:
parent
e5b9a1b9d7
commit
b8c07de819
@ -124,6 +124,9 @@ Rectangle {
|
|||||||
// protecting wallet with password
|
// protecting wallet with password
|
||||||
settings.wallet.setPassword(settings.wallet_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;
|
// saving wallet_filename;
|
||||||
settings['wallet_filename'] = new_wallet_filename;
|
settings['wallet_filename'] = new_wallet_filename;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user