summaryrefslogtreecommitdiffstats
path: root/framework/qml/InlineAccountSwitcher.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/InlineAccountSwitcher.qml')
-rw-r--r--framework/qml/InlineAccountSwitcher.qml5
1 files changed, 1 insertions, 4 deletions
diff --git a/framework/qml/InlineAccountSwitcher.qml b/framework/qml/InlineAccountSwitcher.qml
index 511c38db..354150a5 100644
--- a/framework/qml/InlineAccountSwitcher.qml
+++ b/framework/qml/InlineAccountSwitcher.qml
@@ -24,10 +24,7 @@ FocusScope {
24 id: root 24 id: root
25 property string currentAccount 25 property string currentAccount
26 onCurrentAccountChanged: { 26 onCurrentAccountChanged: {
27 if (!!currentAccount) { 27 Kube.Fabric.postMessage(Kube.Messages.accountSelection, {"account": currentAccount});
28 Kube.Fabric.postMessage(Kube.Messages.synchronize, {"accountId": currentAccount});
29 }
30
31 } 28 }
32 29
33 ColumnLayout { 30 ColumnLayout {