summaryrefslogtreecommitdiffstats
path: root/components/package
diff options
context:
space:
mode:
Diffstat (limited to 'components/package')
-rw-r--r--components/package/contents/ui/AccountSwitcher.qml2
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 {