summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui/AccountSwitcher.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-01-04 23:39:35 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-01-04 23:39:35 +0100
commit77a18a9c0ab165c6a2889b9b28e8cc8f43f8e4fb (patch)
treedd0f9de324e09901099e5eda91b4a69534cd143b /components/package/contents/ui/AccountSwitcher.qml
parent4a5e337479ea102db5444b52878e873a8a432066 (diff)
downloadkube-77a18a9c0ab165c6a2889b9b28e8cc8f43f8e4fb.tar.gz
kube-77a18a9c0ab165c6a2889b9b28e8cc8f43f8e4fb.zip
Enable kolabnow account
Diffstat (limited to 'components/package/contents/ui/AccountSwitcher.qml')
-rw-r--r--components/package/contents/ui/AccountSwitcher.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/package/contents/ui/AccountSwitcher.qml b/components/package/contents/ui/AccountSwitcher.qml
index a29a290d..e9e9b549 100644
--- a/components/package/contents/ui/AccountSwitcher.qml
+++ b/components/package/contents/ui/AccountSwitcher.qml
@@ -79,6 +79,7 @@ Controls2.Button {
79 79
80 onClicked: { 80 onClicked: {
81 newAccountComponent.createObject(app) 81 newAccountComponent.createObject(app)
82 popup.close()
82 } 83 }
83 84
84 Component { 85 Component {
@@ -174,7 +175,7 @@ Controls2.Button {
174 175
175 onClicked: { 176 onClicked: {
176 editAccountComponent.createObject(app) 177 editAccountComponent.createObject(app)
177 dialog.visible = false 178 popup.close()
178 } 179 }
179 180
180 Component { 181 Component {