diff --git a/LeftPanel.qml b/LeftPanel.qml index d4871059..bb682e20 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -264,6 +264,7 @@ Rectangle { } Rectangle { + visible: addressBookButton.present anchors.left: parent.left anchors.right: parent.right anchors.leftMargin: 16 @@ -376,6 +377,7 @@ Rectangle { } } Rectangle { + visible: txkeyButton.present anchors.left: parent.left anchors.right: parent.right anchors.leftMargin: 16 @@ -399,6 +401,7 @@ Rectangle { } } Rectangle { + visible: signButton.present anchors.left: parent.left anchors.right: parent.right anchors.leftMargin: 16