Refactor wallet password dialog

This commit is contained in:
stoffu
2017-11-17 10:16:35 +09:00
parent ac509ed798
commit cec206ec8d
2 changed files with 69 additions and 79 deletions

View File

@@ -226,7 +226,7 @@ ColumnLayout {
m_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
appWindow.walletPassword = settings.wallet_password
// saving wallet_filename;
settings['wallet_filename'] = new_wallet_filename;