1
0

qml: make listmodel item count a property for channels and transactions

This commit is contained in:
Sander van Grieken
2023-01-06 10:58:47 +01:00
parent 3129fdb358
commit 6c410c0548
4 changed files with 22 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ Pane {
ScrollIndicator.vertical: ScrollIndicator { }
Label {
visible: Daemon.currentWallet.historyModel.rowCount() == 0
visible: Daemon.currentWallet.historyModel.count == 0
anchors.centerIn: parent
width: listview.width * 4/5
font.pixelSize: constants.fontSizeXXLarge