summaryrefslogtreecommitdiffstats
path: root/components/accounts/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/accounts/main.qml')
-rw-r--r--components/accounts/main.qml1
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}