From: Philippe Lelong Date: Fri, 16 Dec 2016 13:19:11 +0000 (+0100) Subject: force display homescreen at startup X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git;a=commitdiff_plain;h=a7f9b7c13a736cc11e77858c2f7eb298557e8503 force display homescreen at startup Signed-off-by: Philippe Lelong --- diff --git a/HomeScreen/qml/ShortcutArea.qml b/HomeScreen/qml/ShortcutArea.qml index 092b034..2590747 100644 --- a/HomeScreen/qml/ShortcutArea.qml +++ b/HomeScreen/qml/ShortcutArea.qml @@ -96,4 +96,10 @@ Item { } } } + Component.onCompleted: { + root.currentIndex = 0 + appLauncherAreaLauncher.visible = true + applicationArea.visible = false + layoutHandler.hideAppLayer() + } }