History: print address book description if available

This commit is contained in:
moneromooo.monero
2016-12-24 16:21:39 +00:00
parent d8f9e7360f
commit eff31f07d9
6 changed files with 43 additions and 0 deletions

View File

@@ -540,6 +540,11 @@ Rectangle {
anchors.rightMargin: 14
onContentYChanged: flickableScroll.flickableContentYChanged()
model: root.model
addressBookModel: null
}
}
function onPageCompleted() {
table.addressBookModel = appWindow.currentWallet ? appWindow.currentWallet.addressBookModel : null
}
}