From f6e8b7ff01c7de0a7b7613bf46b51adf3a8a59a1 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Thu, 1 Mar 2018 11:13:22 +0100 Subject: Add key import --- framework/qml/Icons.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/qml/Icons.qml') diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml index 2afe840e..4dfae3d7 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml @@ -63,6 +63,7 @@ Item { property string secure: "document-encrypt" property string insecure: "document-decrypt" property string signed: "document-sign" + property string key_import_inverted: "view-certificate-import-inverted" property string addNew: "list-add" property string remove: "kube-list-remove-inverted" -- cgit v1.2.3