From bd9c640bf83b6a430cd4d7e91376aab7222ce07a Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sat, 12 Mar 2016 15:29:11 +0100 Subject: Set the accountId on the settings component. --- components/package/contents/ui/Settings.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'components') 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 { } onClicked: { - console.warn("Loading module is ", accountFactory.acountId); + console.warn("Loading module is ", accountFactory.accountId); accountDetails.source = accountFactory.uiPath + accountDetails.item.accountId = accountFactory.accountId listView.currentIndex = model.index } } -- cgit v1.2.3