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.qml7
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml
index bd088525..bed45523 100644
--- a/framework/qml/Icons.qml
+++ b/framework/qml/Icons.qml
@@ -23,10 +23,13 @@ import QtQuick 2.7
23 23
24Item { 24Item {
25 property string error: "error" 25 property string error: "error"
26 property string error_inverted: "error-inverted"
26 property string busy: "view-refresh" 27 property string busy: "view-refresh"
27 property string noNetworkConnection: "network-disconnect" 28 property string busy_inverted: "view-refresh-inverted"
29 property string noNetworkConnection_inverted: "network-disconnect-inverted"
28 property string connected: "dialog-ok" 30 property string connected: "dialog-ok"
29 property string success: "dialog-ok" 31 property string connected_inverted: "dialog-ok-inverted"
32 property string success_inverted: "dialog-ok-inverted"
30 33
31 property string markAsRead: "mail-mark-unread-new" 34 property string markAsRead: "mail-mark-unread-new"
32 property string markImportant: "mail-mark-important" 35 property string markImportant: "mail-mark-important"