diff options
Diffstat (limited to 'LeftPanel.qml')
| -rw-r--r-- | LeftPanel.qml | 4 |
1 files changed, 2 insertions, 2 deletions
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 } } |
