forked from Public/monero-gui
wizard: store password in appwindow session
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user