mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-14 01:17:25 -04:00
History: print address book description if available
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user