aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'LeftPanel.qml')
-rw-r--r--LeftPanel.qml13
1 files changed, 13 insertions, 0 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml
index c88b34f4..3d7a4945 100644
--- a/LeftPanel.qml
+++ b/LeftPanel.qml
@@ -39,6 +39,7 @@ Rectangle {
property alias balanceText: balanceText.text
property alias networkStatus : networkStatus
property alias progressBar : progressBar
+ property alias daemonProgressBar : daemonProgressBar
property alias minutesToUnlockTxt: unlockedBalanceLabel.text
signal dashboardClicked()
@@ -541,8 +542,20 @@ Rectangle {
id: progressBar
anchors.left: parent.left
anchors.right: parent.right
+ anchors.bottom: daemonProgressBar.top
+ height: 35 * scaleRatio
+ syncType: qsTr("Wallet")
+ visible: networkStatus.connected
+ }
+
+ ProgressBar {
+ id: daemonProgressBar
+ anchors.left: parent.left
+ anchors.right: parent.right
anchors.bottom: parent.bottom
height: 35 * scaleRatio
+ syncType: qsTr("Daemon")
+ visible: networkStatus.connected
}
} // menuRect