diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-07-11 11:52:43 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-07-11 11:52:43 +0200 |
commit | ff132591078b8cab1008ec086cc10a5396f238f3 (patch) | |
tree | 74f725d65ba6ab981620aadd98445e009eaabc01 /components | |
parent | e5dfbf1d8121a5b50ffd13b8c2f8d8ad7e3cf270 (diff) | |
download | kube-ff132591078b8cab1008ec086cc10a5396f238f3.tar.gz kube-ff132591078b8cab1008ec086cc10a5396f238f3.zip |
Show the account status
Diffstat (limited to 'components')
-rw-r--r-- | components/package/contents/ui/AccountSwitcher.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/package/contents/ui/AccountSwitcher.qml b/components/package/contents/ui/AccountSwitcher.qml index b0d48694..cb79b6e4 100644 --- a/components/package/contents/ui/AccountSwitcher.qml +++ b/components/package/contents/ui/AccountSwitcher.qml | |||
@@ -154,6 +154,10 @@ Button { | |||
154 | Label { | 154 | Label { |
155 | text: model.name === "" ? accountFactory.name : model.name | 155 | text: model.name === "" ? accountFactory.name : model.name |
156 | } | 156 | } |
157 | Button { | ||
158 | visible: model.showStatus | ||
159 | iconName: model.statusIcon | ||
160 | } | ||
157 | } | 161 | } |
158 | Button { | 162 | Button { |
159 | 163 | ||