|
|
|
@ -103,9 +103,24 @@ ApplicationWindow |
|
|
|
|
|
|
|
|
|
|
|
LightningNetworkStatusIndicator { |
|
|
|
LightningNetworkStatusIndicator { |
|
|
|
visible: Daemon.currentWallet.isLightning |
|
|
|
visible: Daemon.currentWallet.isLightning |
|
|
|
|
|
|
|
MouseArea { |
|
|
|
|
|
|
|
anchors.fill: parent |
|
|
|
|
|
|
|
onClicked: { |
|
|
|
|
|
|
|
if (stack.currentItem.objectName != 'NetworkOverview') |
|
|
|
|
|
|
|
stack.push(Qt.resolvedUrl('NetworkOverview.qml')) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
OnchainNetworkStatusIndicator { } |
|
|
|
OnchainNetworkStatusIndicator { |
|
|
|
|
|
|
|
MouseArea { |
|
|
|
|
|
|
|
anchors.fill: parent |
|
|
|
|
|
|
|
onClicked: { |
|
|
|
|
|
|
|
if (stack.currentItem.objectName != 'NetworkOverview') |
|
|
|
|
|
|
|
stack.push(Qt.resolvedUrl('NetworkOverview.qml')) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
Rectangle { |
|
|
|
Rectangle { |
|
|
|
color: 'transparent' |
|
|
|
color: 'transparent' |
|
|
|
|