summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/qml/EditAccount.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/qml/EditAccount.qml b/framework/qml/EditAccount.qml
index f4870225..03bf2dea 100644
--- a/framework/qml/EditAccount.qml
+++ b/framework/qml/EditAccount.qml
@@ -124,7 +124,8 @@ Item {
124 text: qsTr("Save") 124 text: qsTr("Save")
125 onClicked: { 125 onClicked: {
126 loader.item.save() 126 loader.item.save()
127 //TODO Feedback that the settings have been saved (popup notification/animation?) 127 Kube.Fabric.postMessage(Kube.Messages.synchronize, {"accountId": loader.item.accountIdentifier});
128 Kube.Fabric.postMessage(Kube.Messages.componentDone, {})
128 } 129 }
129 } 130 }
130 } 131 }