diff options
Diffstat (limited to 'framework/qml/InlineAccountSwitcher.qml')
-rw-r--r-- | framework/qml/InlineAccountSwitcher.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/InlineAccountSwitcher.qml b/framework/qml/InlineAccountSwitcher.qml index de79bc09..746891f9 100644 --- a/framework/qml/InlineAccountSwitcher.qml +++ b/framework/qml/InlineAccountSwitcher.qml | |||
@@ -24,7 +24,7 @@ FocusScope { | |||
24 | id: root | 24 | id: root |
25 | property string currentAccount | 25 | property string currentAccount |
26 | onCurrentAccountChanged: { | 26 | onCurrentAccountChanged: { |
27 | Kube.Fabric.postMessage(Kube.Messages.accountSelection, {"account": currentAccount}); | 27 | Kube.Fabric.postMessage(Kube.Messages.accountSelection, {accountId: currentAccount}); |
28 | } | 28 | } |
29 | 29 | ||
30 | ColumnLayout { | 30 | ColumnLayout { |