From 01c0e20cc5c4b2d771fea2770fbe706e949a389d Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 12 May 2017 15:47:49 +0200 Subject: "Discard" is really "Remove Account" --- framework/qml/EditAccount.qml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'framework/qml') diff --git a/framework/qml/EditAccount.qml b/framework/qml/EditAccount.qml index d5e3379a..3f8abc8b 100644 --- a/framework/qml/EditAccount.qml +++ b/framework/qml/EditAccount.qml @@ -113,11 +113,10 @@ Item { Layout.fillWidth: true Kube.Button { - text: "Discard" + text: "Remove Account" onClicked: { loader.item.remove() - dialog.closeDialog() } } @@ -126,7 +125,7 @@ Item { text: "Save" onClicked: { loader.item.save() - dialog.closeDialog() + //TODO Feedback that the settings have been saved (popup notification/animation?) } } } -- cgit v1.2.3