qml: add lightning network status indicator in top bar, add channel peers to NetworkOverview
This commit is contained in:
@@ -173,6 +173,15 @@ Pane {
|
||||
visible: !Config.useGossip
|
||||
}
|
||||
|
||||
Label {
|
||||
visible: Daemon.currentWallet.isLightning
|
||||
text: qsTr('Channel peers:');
|
||||
color: Material.accentColor
|
||||
}
|
||||
Label {
|
||||
visible: Daemon.currentWallet.isLightning
|
||||
text: Daemon.currentWallet.lightningNumPeers
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user