1
0

qml: rename NetworkStatusIndicator to OnchainNetworkStatusIndicator

This commit is contained in:
Sander van Grieken
2023-01-06 14:05:26 +01:00
parent 0cfbbe3b1d
commit d32c907d3d
3 changed files with 2 additions and 2 deletions

View File

@@ -105,7 +105,7 @@ Pane {
} }
RowLayout { RowLayout {
NetworkStatusIndicator {} OnchainNetworkStatusIndicator {}
Label { Label {
text: Network.status text: Network.status

View File

@@ -115,7 +115,7 @@ ApplicationWindow
scale: 1.5 scale: 1.5
} }
NetworkStatusIndicator { } OnchainNetworkStatusIndicator { }
Rectangle { Rectangle {
color: 'transparent' color: 'transparent'