diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-12 15:29:11 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-12 15:29:11 +0100 |
commit | bd9c640bf83b6a430cd4d7e91376aab7222ce07a (patch) | |
tree | 0537a3707b0883837864760d6092aba9be437e0c /components/package | |
parent | 680fd8bed732fcafd98ae1c410ba5473e38d18c1 (diff) | |
download | kube-bd9c640bf83b6a430cd4d7e91376aab7222ce07a.tar.gz kube-bd9c640bf83b6a430cd4d7e91376aab7222ce07a.zip |
Set the accountId on the settings component.
Diffstat (limited to 'components/package')
-rw-r--r-- | components/package/contents/ui/Settings.qml | 3 |
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 | } |