1
0

qml: only show channel peer node name if known, add node pubkey to ChannelCloseDialog

This commit is contained in:
Sander van Grieken
2022-11-16 13:40:22 +01:00
parent 5380b21568
commit 0687785994
6 changed files with 42 additions and 11 deletions

View File

@@ -59,7 +59,7 @@ ItemDelegate {
Layout.fillWidth: true
Label {
Layout.fillWidth: true
text: model.node_alias
text: model.node_alias ? model.node_alias : model.node_id
elide: Text.ElideRight
wrapMode: Text.Wrap
maximumLineCount: 2