summaryrefslogtreecommitdiffstats
path: root/components/accounts/contents/ui/AccountWizard.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-06-21 09:33:18 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-06-21 09:33:18 +0200
commit390fe520daaa7eef2cd1aa9d8149c65dfd39ddb7 (patch)
tree4f0dbc5f1501fe246eb04e114dd08bf40fd4350e /components/accounts/contents/ui/AccountWizard.qml
parentc52c1fd2e9f6029c6d6ef525e28bdfa6f304d6e0 (diff)
downloadkube-390fe520daaa7eef2cd1aa9d8149c65dfd39ddb7.tar.gz
kube-390fe520daaa7eef2cd1aa9d8149c65dfd39ddb7.zip
Immediately trigger a sync when creating an account
... and return to the mailview
Diffstat (limited to 'components/accounts/contents/ui/AccountWizard.qml')
-rw-r--r--components/accounts/contents/ui/AccountWizard.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/accounts/contents/ui/AccountWizard.qml b/components/accounts/contents/ui/AccountWizard.qml
index eff9fbb7..c5ec4ba3 100644
--- a/components/accounts/contents/ui/AccountWizard.qml
+++ b/components/accounts/contents/ui/AccountWizard.qml
@@ -73,6 +73,10 @@ Kube.Popup {
73 Component { 73 Component {
74 id: wizardPage 74 id: wizardPage
75 AccountWizardPage { 75 AccountWizardPage {
76 onDone: {
77 popup.close()
78 Kube.Fabric.postMessage(Kube.Messages.componentDone, {})
79 }
76 } 80 }
77 } 81 }
78} 82}