summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/package/contents/ui/Settings.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/components/package/contents/ui/Settings.qml b/components/package/contents/ui/Settings.qml
index 897942d8..8e80ba0f 100644
--- a/components/package/contents/ui/Settings.qml
+++ b/components/package/contents/ui/Settings.qml
@@ -110,6 +110,14 @@ Rectangle {
110 KubeFramework.AccountFactory { 110 KubeFramework.AccountFactory {
111 id: accountFactory 111 id: accountFactory
112 accountId: model.accountId 112 accountId: model.accountId
113 onAccountLoaded: {
114 if (listView.currentIndex == model.index) {
115 accountDetails.source = accountFactory.uiPath
116 accountDetails.item.accountId = accountFactory.accountId
117 accountDetails.item.icon = accountFactory.icon
118 accountDetails.item.accountNam = accountFactory.name
119 }
120 }
113 } 121 }
114 122
115 Kirigami.Icon { 123 Kirigami.Icon {