From 6940390a5e0f07914695a11a12dd12b0cff395f1 Mon Sep 17 00:00:00 2001 From: xiphon Date: Tue, 28 Jan 2020 04:43:31 +0000 Subject: Wallet: implement 'Connecting' status, add 'disconnected' property --- LeftPanel.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LeftPanel.qml') diff --git a/LeftPanel.qml b/LeftPanel.qml index f7f119ec..18c19d56 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -667,7 +667,7 @@ Rectangle { anchors.bottom: daemonProgressBar.top height: 48 syncType: qsTr("Wallet") + translationManager.emptyString - visible: networkStatus.connected + visible: !appWindow.disconnected } MoneroComponents.ProgressBar { @@ -676,7 +676,7 @@ Rectangle { anchors.right: parent.right anchors.bottom: parent.bottom syncType: qsTr("Daemon") + translationManager.emptyString - visible: networkStatus.connected + visible: !appWindow.disconnected height: 62 } } -- cgit v1.2.3