aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreen/qml/Home.qml
diff options
context:
space:
mode:
authorPhilippe Lelong <lelong.ph@meltemus.com>2016-12-20 17:45:37 +0100
committerPhilippe Lelong <lelong.ph@meltemus.com>2016-12-20 17:45:37 +0100
commit8120d5e9466b588038a9ad2a1623fb6030fdd3ea (patch)
tree4bc97e213e10f78ed2dc885c2afb66bc4e0a9b5a /HomeScreen/qml/Home.qml
parent1118859288f7d6a79d25f003b31235cae6fabb46 (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/Home.qml')
-rw-r--r--HomeScreen/qml/Home.qml8
1 files changed, 7 insertions, 1 deletions
diff --git a/HomeScreen/qml/Home.qml b/HomeScreen/qml/Home.qml
index c44919d..d8d8cc9 100644
--- a/HomeScreen/qml/Home.qml
+++ b/HomeScreen/qml/Home.qml
@@ -119,8 +119,14 @@ Item {
animation2.running = true;
}
- function showSign90(show) {
+ function showSign90(show, lang) {
sign90.visible = show
+ if(show) {
+ if(lang === 'fr')
+ sign90.source = './images/B14-90.png'
+ else
+ sign90.source = './images/B14-60.png'
+ }
}
function showVisa(show, num) {