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>
Tue, 20 Dec 2016 12:28:35 +0000 (13:28 +0100)
Signed-off-by: Philippe Lelong <lelong.ph@meltemus.com>
HomeScreen/qml/ShortcutArea.qml

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