diff options
| -rw-r--r-- | LeftPanel.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index 3f5c7dee..d33b2aff 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -282,6 +282,7 @@ Rectangle { } Rectangle { + visible: addressBookButton.present anchors.left: parent.left anchors.right: parent.right anchors.leftMargin: 16 @@ -394,6 +395,7 @@ Rectangle { } } Rectangle { + visible: txkeyButton.present anchors.left: parent.left anchors.right: parent.right anchors.leftMargin: 16 @@ -417,6 +419,7 @@ Rectangle { } } Rectangle { + visible: signButton.present anchors.left: parent.left anchors.right: parent.right anchors.leftMargin: 16 |
