summaryrefslogtreecommitdiffstats
path: root/framework/qml/AccountSwitcher.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/AccountSwitcher.qml')
-rw-r--r--framework/qml/AccountSwitcher.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/qml/AccountSwitcher.qml b/framework/qml/AccountSwitcher.qml
index a8151712..b44dd3d7 100644
--- a/framework/qml/AccountSwitcher.qml
+++ b/framework/qml/AccountSwitcher.qml
@@ -27,13 +27,12 @@ import org.kde.kirigami 1.0 as Kirigami
27import org.kube.framework 1.0 as Kube 27import org.kube.framework 1.0 as Kube
28 28
29 29
30Controls.ToolButton { 30Kube.IconButton {
31 id: accountSwitcher 31 id: accountSwitcher
32 32
33 property variant accountId 33 property variant accountId
34 property variant accountName 34 property variant accountName
35 35
36 width: parent.width
37 iconName: Kube.Icons.menu_inverted 36 iconName: Kube.Icons.menu_inverted
38 37
39 Kube.AccountsModel { 38 Kube.AccountsModel {