summaryrefslogtreecommitdiffstats
path: root/framework/qml/Icons.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/Icons.qml')
-rw-r--r--framework/qml/Icons.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml
index d04d1d92..1fa3aab2 100644
--- a/framework/qml/Icons.qml
+++ b/framework/qml/Icons.qml
@@ -35,8 +35,9 @@ Item {
35 35
36 property string markAsRead: "mail-mark-read-inverted" 36 property string markAsRead: "mail-mark-read-inverted"
37 property string markAsUnread: "mail-mark-unread-new-inverted" 37 property string markAsUnread: "mail-mark-unread-new-inverted"
38 property string markImportant: "kubeimportant" 38 property string markImportant: "kubeimportant-inverted"
39 property string markUnimportant: "kubeunimportant" 39 property string markUnimportant: "kubeunimportant"
40 property string isImportant: "kubeimportant"
40 property string undo: "edit-undo-inverted" 41 property string undo: "edit-undo-inverted"
41 property string moveToTrash: "kubetrash" 42 property string moveToTrash: "kubetrash"
42 property string edit: "document-edit" 43 property string edit: "document-edit"