From c633f7c5fce50db60035792526b6c7e84b51149f Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 17 Nov 2016 15:54:53 +0100 Subject: add accountwizard to mainview --- components/accounts/main.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'components/accounts/main.qml') 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 { width: 1500 AccountWizard { + visible: true } } -- cgit v1.2.3