summaryrefslogtreecommitdiffstats
path: root/components/package/contents
diff options
context:
space:
mode:
Diffstat (limited to 'components/package/contents')
-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 }