diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-11-17 15:54:53 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-11-17 15:58:00 +0100 |
commit | c633f7c5fce50db60035792526b6c7e84b51149f (patch) | |
tree | 1f2bd0824f5099df5655dde75991ffc9deb4eaa5 /components/accounts/CreateKolabNow.qml | |
parent | f990d02235173f2c8caa96e5f6007dc1562e10f5 (diff) | |
download | kube-c633f7c5fce50db60035792526b6c7e84b51149f.tar.gz kube-c633f7c5fce50db60035792526b6c7e84b51149f.zip |
add accountwizard to mainview
Diffstat (limited to 'components/accounts/CreateKolabNow.qml')
-rw-r--r-- | components/accounts/CreateKolabNow.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/accounts/CreateKolabNow.qml b/components/accounts/CreateKolabNow.qml index 3f23c20e..e86f4ec9 100644 --- a/components/accounts/CreateKolabNow.qml +++ b/components/accounts/CreateKolabNow.qml | |||
@@ -157,6 +157,7 @@ Item { | |||
157 | text: "Save" | 157 | text: "Save" |
158 | 158 | ||
159 | onClicked: { | 159 | onClicked: { |
160 | popup.close() | ||
160 | } | 161 | } |
161 | } | 162 | } |
162 | } | 163 | } |