aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreen/qml/ShortcutArea.qml
diff options
context:
space:
mode:
authorPhilippe Lelong <lelong.ph@meltemus.com>2016-12-20 17:45:37 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2016-12-20 17:52:49 +0100
commit14c2261b098fa4ecc27ec32b0bb356e35a3f02a0 (patch)
tree6edb7204345b7e7ef8a415703b697236be1d3178 /HomeScreen/qml/ShortcutArea.qml
parent8f71f12c3622466f813ea12b64ee34e8b4102341 (diff)
New speed sign according to language
Force Home display at startup Signed-off-by: Philippe Lelong <lelong.ph@meltemus.com>
Diffstat (limited to 'HomeScreen/qml/ShortcutArea.qml')
-rw-r--r--HomeScreen/qml/ShortcutArea.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/HomeScreen/qml/ShortcutArea.qml b/HomeScreen/qml/ShortcutArea.qml
index 33ec539..d5a13b5 100644
--- a/HomeScreen/qml/ShortcutArea.qml
+++ b/HomeScreen/qml/ShortcutArea.qml
@@ -115,9 +115,9 @@ Item {
}
}
Component.onCompleted: {
- root.currentIndex = 0
appLauncherAreaLauncher.visible = true
applicationArea.visible = false
layoutHandler.hideAppLayer()
+ launcher.current = ''
}
}