diff options
Diffstat (limited to 'components/package/contents')
-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 | ||