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