force display homescreen at startup
authorPhilippe Lelong <lelong.ph@meltemus.com>
Fri, 16 Dec 2016 13:19:11 +0000 (14:19 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 16 Dec 2016 14:22:32 +0000 (15:22 +0100)
Signed-off-by: Philippe Lelong <lelong.ph@meltemus.com>
HomeScreen/qml/ShortcutArea.qml

index 6684982..853ca45 100644 (file)
@@ -96,4 +96,10 @@ Item {
             }
         }
     }
+    Component.onCompleted: {
+        root.currentIndex = 0
+        appLauncherAreaLauncher.visible = true
+        applicationArea.visible = false
+        layoutHandler.hideAppLayer()
+    }
 }