forked from Public/monero-gui
Update network status dynamically (closes #17)
This commit is contained in:
2
main.qml
2
main.qml
@@ -162,6 +162,7 @@ ApplicationWindow {
|
||||
|
||||
function onWalletRefresh() {
|
||||
console.log(">>> wallet refreshed")
|
||||
leftPanel.networkStatus.connected = wallet.connected
|
||||
onWalletUpdate();
|
||||
}
|
||||
|
||||
@@ -363,6 +364,7 @@ ApplicationWindow {
|
||||
visible: appWindow.rightPanelExpanded
|
||||
}
|
||||
|
||||
|
||||
MiddlePanel {
|
||||
id: middlePanel
|
||||
anchors.bottom: parent.bottom
|
||||
|
||||
Reference in New Issue
Block a user