diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-03-07 18:54:34 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-03-07 18:54:34 +0100 |
commit | 892b92bc091787a9efc73c77d42fe7d355b16d97 (patch) | |
tree | f057c59b9393e18e0827e56a5ee0fd437cb7268f /components/package/contents/ui | |
parent | ca3eca7212ab5689ee86b722a8cd50b7089ed50a (diff) | |
download | kube-892b92bc091787a9efc73c77d42fe7d355b16d97.tar.gz kube-892b92bc091787a9efc73c77d42fe7d355b16d97.zip |
remove account on discard
Diffstat (limited to 'components/package/contents/ui')
-rw-r--r-- | components/package/contents/ui/EditAccount.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/package/contents/ui/EditAccount.qml b/components/package/contents/ui/EditAccount.qml index f9c04d98..99a5f457 100644 --- a/components/package/contents/ui/EditAccount.qml +++ b/components/package/contents/ui/EditAccount.qml | |||
@@ -118,6 +118,7 @@ Item { | |||
118 | text: "Discard" | 118 | text: "Discard" |
119 | 119 | ||
120 | onClicked: { | 120 | onClicked: { |
121 | loader.item.remove() | ||
121 | dialog.closeDialog() | 122 | dialog.closeDialog() |
122 | } | 123 | } |
123 | } | 124 | } |