summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui/AccountSwitcher.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2016-06-22 09:12:51 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2016-06-22 09:12:51 +0200
commit76c5125052cb7deb116fbdf453e5512b6d79ca4b (patch)
tree4a76a9c0b5eec15f9babdd97e8cc27720eb2a67c /components/package/contents/ui/AccountSwitcher.qml
parent4f8f00e259e98be99e66841ac403a56601589591 (diff)
downloadkube-76c5125052cb7deb116fbdf453e5512b6d79ca4b.tar.gz
kube-76c5125052cb7deb116fbdf453e5512b6d79ca4b.zip
close dialogs when finished
Diffstat (limited to 'components/package/contents/ui/AccountSwitcher.qml')
-rw-r--r--components/package/contents/ui/AccountSwitcher.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/package/contents/ui/AccountSwitcher.qml b/components/package/contents/ui/AccountSwitcher.qml
index 5950dab7..b0d48694 100644
--- a/components/package/contents/ui/AccountSwitcher.qml
+++ b/components/package/contents/ui/AccountSwitcher.qml
@@ -79,6 +79,7 @@ Button {
79 79
80 onClicked: { 80 onClicked: {
81 newAccountComponent.createObject(app) 81 newAccountComponent.createObject(app)
82 dialog.visible = false
82 } 83 }
83 84
84 Component { 85 Component {
@@ -103,6 +104,7 @@ Button {
103 104
104 onClicked: { 105 onClicked: {
105 syncAction.execute() 106 syncAction.execute()
107 dialog.visible = false
106 } 108 }
107 } 109 }
108 } 110 }
@@ -166,6 +168,7 @@ Button {
166 168
167 onClicked: { 169 onClicked: {
168 editAccountComponent.createObject(app) 170 editAccountComponent.createObject(app)
171 dialog.visible = false
169 } 172 }
170 173
171 Component { 174 Component {