aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LeftPanel.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml
index 3136a5c2..06edf0d5 100644
--- a/LeftPanel.qml
+++ b/LeftPanel.qml
@@ -177,7 +177,7 @@ Rectangle {
Text {
id: unlockedBalanceText
- visible: false
+ visible: true
anchors.left: parent.left
anchors.leftMargin: 20
anchors.top: parent.top
@@ -198,7 +198,7 @@ Rectangle {
Label {
id: unlockedBalanceLabel
- visible: false
+ visible: true
text: qsTr("Unlocked balance") + translationManager.emptyString
anchors.left: parent.left
anchors.leftMargin: 20