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/main.qml | |
parent | f990d02235173f2c8caa96e5f6007dc1562e10f5 (diff) | |
download | kube-c633f7c5fce50db60035792526b6c7e84b51149f.tar.gz kube-c633f7c5fce50db60035792526b6c7e84b51149f.zip |
add accountwizard to mainview
Diffstat (limited to 'components/accounts/main.qml')
-rw-r--r-- | components/accounts/main.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/accounts/main.qml b/components/accounts/main.qml index 6b9fc86c..e15bca8f 100644 --- a/components/accounts/main.qml +++ b/components/accounts/main.qml | |||
@@ -25,5 +25,6 @@ Controls2.ApplicationWindow { | |||
25 | width: 1500 | 25 | width: 1500 |
26 | 26 | ||
27 | AccountWizard { | 27 | AccountWizard { |
28 | visible: true | ||
28 | } | 29 | } |
29 | } | 30 | } |