diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-25 01:04:49 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-25 01:04:49 +0100 |
commit | b68115aec3d0fd5bfa423cb265306e47b9defa73 (patch) | |
tree | 4aaf02e51c68ba8c43f684d133f4f8ea4a40f443 /components | |
parent | 86927d185fec4d4621aa6d7744a88285fcf233b7 (diff) | |
download | kube-b68115aec3d0fd5bfa423cb265306e47b9defa73.tar.gz kube-b68115aec3d0fd5bfa423cb265306e47b9defa73.zip |
Only look for keys when crypto is enabled
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/contents/ui/AddresseeListEditor.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/kube/contents/ui/AddresseeListEditor.qml b/components/kube/contents/ui/AddresseeListEditor.qml index df09449f..c6149d13 100644 --- a/components/kube/contents/ui/AddresseeListEditor.qml +++ b/components/kube/contents/ui/AddresseeListEditor.qml | |||
@@ -75,6 +75,7 @@ FocusScope { | |||
75 | } | 75 | } |
76 | height: Kube.Units.gridUnit | 76 | height: Kube.Units.gridUnit |
77 | width: height | 77 | width: height |
78 | visible: model.keyFound || model.keyMissing | ||
78 | iconName: model.keyFound ? Kube.Icons.secure: Kube.Icons.insecure | 79 | iconName: model.keyFound ? Kube.Icons.secure: Kube.Icons.insecure |
79 | } | 80 | } |
80 | } | 81 | } |