qml: render reserved channel capacity in a darker tone, take frozen into account
This commit is contained in:
committed by
accumulator
parent
4900d01344
commit
2cf4cc1978
@@ -170,6 +170,10 @@ Pane {
|
||||
capacity: channeldetails.capacity
|
||||
localCapacity: channeldetails.localCapacity
|
||||
remoteCapacity: channeldetails.remoteCapacity
|
||||
canSend: channeldetails.canSend
|
||||
canReceive: channeldetails.canReceive
|
||||
frozenForSending: channeldetails.frozenForSending
|
||||
frozenForReceiving: channeldetails.frozenForReceiving
|
||||
}
|
||||
|
||||
Label {
|
||||
|
||||
Reference in New Issue
Block a user