diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-27 22:17:23 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-27 22:17:42 +0200 |
commit | bec562e845449c89ebd946f663048302dad90e69 (patch) | |
tree | 775f765edfac76cc65eed700e2e11bce2a699895 /framework/qml/Icons.qml | |
parent | e3a4d869cf0cc12a61f2b4faee44ab1d9751cca8 (diff) | |
download | kube-bec562e845449c89ebd946f663048302dad90e69.tar.gz kube-bec562e845449c89ebd946f663048302dad90e69.zip |
Conditionally show the image
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 0769ee13..bacaadfa 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml | |||
@@ -44,6 +44,7 @@ Item { | |||
44 | property string outbox_inverted: "mail-folder-outbox-inverted" | 44 | property string outbox_inverted: "mail-folder-outbox-inverted" |
45 | 45 | ||
46 | property string menu_inverted: "application-menu-inverted" | 46 | property string menu_inverted: "application-menu-inverted" |
47 | property string user: "im-user" | ||
47 | property string user_inverted: "im-user-inverted" | 48 | property string user_inverted: "im-user-inverted" |
48 | property string search_inverted: "edit-find-inverted" | 49 | property string search_inverted: "edit-find-inverted" |
49 | property string mail_inverted: "mail-message-inverted" | 50 | property string mail_inverted: "mail-message-inverted" |