summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-03-12 15:29:11 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-03-12 15:29:11 +0100
commitbd9c640bf83b6a430cd4d7e91376aab7222ce07a (patch)
tree0537a3707b0883837864760d6092aba9be437e0c /components
parent680fd8bed732fcafd98ae1c410ba5473e38d18c1 (diff)
downloadkube-bd9c640bf83b6a430cd4d7e91376aab7222ce07a.tar.gz
kube-bd9c640bf83b6a430cd4d7e91376aab7222ce07a.zip
Set the accountId on the settings component.
Diffstat (limited to 'components')
-rw-r--r--components/package/contents/ui/Settings.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/package/contents/ui/Settings.qml b/components/package/contents/ui/Settings.qml
index e0d993ad..d96ccfb0 100644
--- a/components/package/contents/ui/Settings.qml
+++ b/components/package/contents/ui/Settings.qml
@@ -99,8 +99,9 @@ Rectangle {
99 } 99 }
100 100
101 onClicked: { 101 onClicked: {
102 console.warn("Loading module is ", accountFactory.acountId); 102 console.warn("Loading module is ", accountFactory.accountId);
103 accountDetails.source = accountFactory.uiPath 103 accountDetails.source = accountFactory.uiPath
104 accountDetails.item.accountId = accountFactory.accountId
104 listView.currentIndex = model.index 105 listView.currentIndex = model.index
105 } 106 }
106 } 107 }