From af2ccb54da5ae864d906f56102d14c664ddcaa56 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 26 Jul 2018 12:30:02 +0200 Subject: visualize important mails --- framework/qml/Icons.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'framework/qml/Icons.qml') 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 { property string markAsRead: "mail-mark-read-inverted" property string markAsUnread: "mail-mark-unread-new-inverted" - property string markImportant: "kubeimportant" + property string markImportant: "kubeimportant-inverted" property string markUnimportant: "kubeunimportant" + property string isImportant: "kubeimportant" property string undo: "edit-undo-inverted" property string moveToTrash: "kubetrash" property string edit: "document-edit" -- cgit v1.2.3