summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui/Settings.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/package/contents/ui/Settings.qml')
-rw-r--r--components/package/contents/ui/Settings.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/package/contents/ui/Settings.qml b/components/package/contents/ui/Settings.qml
index d96ccfb0..c17109a0 100644
--- a/components/package/contents/ui/Settings.qml
+++ b/components/package/contents/ui/Settings.qml
@@ -102,6 +102,8 @@ Rectangle {
102 console.warn("Loading module is ", accountFactory.accountId); 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 accountDetails.item.accountId = accountFactory.accountId
105 accountDetails.item.icon = accountFactory.icon
106 accountDetails.item.accountName = accountFactory.name
105 listView.currentIndex = model.index 107 listView.currentIndex = model.index
106 } 108 }
107 } 109 }