summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-07 09:01:26 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-07 09:01:26 +0200
commit027650c76012f932849071465bf8762d731e99c9 (patch)
tree48363e66353aafd1f3781327f07bf4b80282fa1f
parent36666d3fdb18fe7b1b453ec8e136f77304424d18 (diff)
downloadkube-027650c76012f932849071465bf8762d731e99c9.tar.gz
kube-027650c76012f932849071465bf8762d731e99c9.zip
We still need the non-inverted version
-rw-r--r--framework/qml/Icons.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml
index bed45523..252f9f43 100644
--- a/framework/qml/Icons.qml
+++ b/framework/qml/Icons.qml
@@ -29,6 +29,7 @@ Item {
29 property string noNetworkConnection_inverted: "network-disconnect-inverted" 29 property string noNetworkConnection_inverted: "network-disconnect-inverted"
30 property string connected: "dialog-ok" 30 property string connected: "dialog-ok"
31 property string connected_inverted: "dialog-ok-inverted" 31 property string connected_inverted: "dialog-ok-inverted"
32 property string success: "dialog-ok"
32 property string success_inverted: "dialog-ok-inverted" 33 property string success_inverted: "dialog-ok-inverted"
33 34
34 property string markAsRead: "mail-mark-unread-new" 35 property string markAsRead: "mail-mark-unread-new"