diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-01-06 10:23:24 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-01-06 10:23:24 +0100 |
commit | 6a9ab0e779c684dd03924cb2184a60bd406ed6ff (patch) | |
tree | 0cdb0a41537ca2ffe0e22e4ccdfd5dda6477dd56 /components/package/contents/ui | |
parent | 03384190b71f91121593a4f04027042f3cf68f9f (diff) | |
download | kube-6a9ab0e779c684dd03924cb2184a60bd406ed6ff.tar.gz kube-6a9ab0e779c684dd03924cb2184a60bd406ed6ff.zip |
show account status again
Diffstat (limited to 'components/package/contents/ui')
-rw-r--r-- | components/package/contents/ui/AccountSwitcher.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/package/contents/ui/AccountSwitcher.qml b/components/package/contents/ui/AccountSwitcher.qml index d5f7610c..c43e9ece 100644 --- a/components/package/contents/ui/AccountSwitcher.qml +++ b/components/package/contents/ui/AccountSwitcher.qml | |||
@@ -168,7 +168,7 @@ Controls2.Button { | |||
168 | 168 | ||
169 | Controls.ToolButton { | 169 | Controls.ToolButton { |
170 | visible: model.showStatus | 170 | visible: model.showStatus |
171 | source: model.statusIcon | 171 | iconName: model.statusIcon |
172 | } | 172 | } |
173 | } | 173 | } |
174 | Controls2.Button { | 174 | Controls2.Button { |