diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-06-28 09:02:48 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-06-28 10:45:51 +0200 |
commit | bd62b0c97bf7aa9f4c864367a159ea479c256bc1 (patch) | |
tree | 7ea317f2dc4e45b2da0b83e12dcae6144bfc7fbf /framework/qml/Icons.qml | |
parent | ef0756cdc8d94240da268b506f0e9f753abe7470 (diff) | |
download | kube-bd62b0c97bf7aa9f4c864367a159ea479c256bc1.tar.gz kube-bd62b0c97bf7aa9f4c864367a159ea479c256bc1.zip |
Fixed mark as important
Diffstat (limited to 'framework/qml/Icons.qml')
-rw-r--r-- | framework/qml/Icons.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml index 79a52046..a627fab1 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml | |||
@@ -36,6 +36,7 @@ Item { | |||
36 | property string markAsRead: "kuberead" | 36 | property string markAsRead: "kuberead" |
37 | property string markAsUnread: "kubeunread" | 37 | property string markAsUnread: "kubeunread" |
38 | property string markImportant: "kubeimportant" | 38 | property string markImportant: "kubeimportant" |
39 | property string markUnimportant: "kubeunimportant" | ||
39 | property string undo: "edit-undo-inverted" | 40 | property string undo: "edit-undo-inverted" |
40 | property string moveToTrash: "kubetrash" | 41 | property string moveToTrash: "kubetrash" |
41 | property string edit: "document-edit" | 42 | property string edit: "document-edit" |