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=cab07abb0d1c5811dd0edccbc904ad4581512b35 force display homescreen at startup Signed-off-by: Philippe Lelong --- diff --git a/HomeScreen/qml/ShortcutArea.qml b/HomeScreen/qml/ShortcutArea.qml index 6684982..853ca45 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() + } }