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

@@ -51,11 +51,13 @@ Pane {
}
Label {
visible: channeldetails.name
text: qsTr('Node name')
color: Material.accentColor
}
Label {
visible: channeldetails.name
text: channeldetails.name
}