diff options
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 | } |