Skip to content

Commit

Permalink
wizard: store password in appwindow session
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaqueeee committed Oct 10, 2016
1 parent e5b9a1b commit b8c07de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wizard/WizardMain.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b8c07de

Please sign in to comment.