main application: initialize wallet, display balance

This commit is contained in:
Ilya Kitaev
2016-06-15 16:34:55 +03:00
parent 2151f1395c
commit 3ddd9bed72
5 changed files with 91 additions and 25 deletions

View File

@@ -44,7 +44,9 @@ Item {
onOpacityChanged: visible = opacity !== 0
function onPageClosed(settingsObject) {
settingsObject.wallet.setPassword(passwordItem.password)
// TODO: set password on the final page
// settingsObject.wallet.setPassword(passwordItem.password)
settingsObject['wallet_password'] = passwordItem.password
return true
}