qml: rename NetworkStatusIndicator to OnchainNetworkStatusIndicator
This commit is contained in:
@@ -105,7 +105,7 @@ Pane {
|
||||
}
|
||||
|
||||
RowLayout {
|
||||
NetworkStatusIndicator {}
|
||||
OnchainNetworkStatusIndicator {}
|
||||
|
||||
Label {
|
||||
text: Network.status
|
||||
|
||||
@@ -115,7 +115,7 @@ ApplicationWindow
|
||||
scale: 1.5
|
||||
}
|
||||
|
||||
NetworkStatusIndicator { }
|
||||
OnchainNetworkStatusIndicator { }
|
||||
|
||||
Rectangle {
|
||||
color: 'transparent'
|
||||
|
||||
Reference in New Issue
Block a user