summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-01-23 22:42:39 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-01-23 22:45:02 +0100
commit5f17e726ad63eec6ef78d15baa8ed42625679197 (patch)
tree416a8f9a8ed68ebbbaf8f89e6b4224c51cddec79 /components
parent4fbaad6d3a14326641669c0614f9acba82572d9a (diff)
downloadkube-5f17e726ad63eec6ef78d15baa8ed42625679197.tar.gz
kube-5f17e726ad63eec6ef78d15baa8ed42625679197.zip
Dynamically create the accountwizard
to avoid maintaining state. We used to see the old wizard when creating an additional account.
Diffstat (limited to 'components')
-rw-r--r--components/accounts/qml/AccountWizard.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/accounts/qml/AccountWizard.qml b/components/accounts/qml/AccountWizard.qml
index 9c4adbe2..58ef4509 100644
--- a/components/accounts/qml/AccountWizard.qml
+++ b/components/accounts/qml/AccountWizard.qml
@@ -85,7 +85,7 @@ Kube.Popup {
85 focus: true 85 focus: true
86 requireSetup: root.requireSetup 86 requireSetup: root.requireSetup
87 onDone: { 87 onDone: {
88 root.close() 88 root.destroy()
89 Kube.Fabric.postMessage(Kube.Messages.componentDone, {}) 89 Kube.Fabric.postMessage(Kube.Messages.componentDone, {})
90 } 90 }
91 } 91 }