From 1913df64d2d9a19f1e0e7ae92a4e90c95e17d777 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 8 Oct 2017 11:55:47 +0200 Subject: Close the settings after changing the password. --- framework/qml/EditAccount.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'framework/qml') diff --git a/framework/qml/EditAccount.qml b/framework/qml/EditAccount.qml index df567e5a..68559d99 100644 --- a/framework/qml/EditAccount.qml +++ b/framework/qml/EditAccount.qml @@ -81,7 +81,10 @@ Item { Kube.Button { anchors.right: parent.right text: qsTr("Change Password") - onClicked: Kube.Fabric.postMessage(Kube.Messages.requestLogin, {}) + onClicked: { + Kube.Fabric.postMessage(Kube.Messages.componentDone, {}) + Kube.Fabric.postMessage(Kube.Messages.requestLogin, {}) + } } } -- cgit v1.2.3