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