1
0

qml: add lightning network status indicator in top bar, add channel peers to NetworkOverview

This commit is contained in:
Sander van Grieken
2023-01-13 12:35:50 +01:00
parent c94d3529f5
commit ddfe1a6d70
4 changed files with 34 additions and 2 deletions

View File

@@ -108,6 +108,10 @@ ApplicationWindow
scale: 1.5
}
LightningNetworkStatusIndicator {
visible: Daemon.currentWallet.isLightning
}
OnchainNetworkStatusIndicator { }
Rectangle {