aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe Lelong <lelong.ph@meltemus.com>2016-12-16 14:19:11 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2016-12-20 13:28:35 +0100
commita7f9b7c13a736cc11e77858c2f7eb298557e8503 (patch)
treeac2fa685687ef379061351365a9012dcf6fde0b3
parent6aa43b05d085a4138786e5c6bbc0aced3b542704 (diff)
force display homescreen at startup
Signed-off-by: Philippe Lelong <lelong.ph@meltemus.com>
-rw-r--r--HomeScreen/qml/ShortcutArea.qml6
1 files changed, 6 insertions, 0 deletions
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()
+ }
}