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-16 15:22:32 +0100
commitd07b641133e1767ad7535ad96eef342bfe2fde68 (patch)
treebb06ea0a62ce555bfbe234f900d400890daa7905
parent55fce741b38e0e3d1ae94d18a28fcfa89e0dc2f0 (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 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()
+ }
}