diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-14 20:41:35 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-14 20:41:35 +0100 |
commit | bf039428e22a10887e8d85a95ff5f38dc17e7ec2 (patch) | |
tree | 981390fff4d561760edaf1b7c8e3bbcb750ade09 /components/package/contents/ui/Settings.qml | |
parent | 68f95cf68c3a8d29c2cc81929287eabb3a6d7682 (diff) | |
download | kube-bf039428e22a10887e8d85a95ff5f38dc17e7ec2.tar.gz kube-bf039428e22a10887e8d85a95ff5f38dc17e7ec2.zip |
Multi-Account support in the folderview
Diffstat (limited to 'components/package/contents/ui/Settings.qml')
-rw-r--r-- | components/package/contents/ui/Settings.qml | 2 |
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 | } |