X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreen%2Fqml%2FHome.qml;fp=HomeScreen%2Fqml%2FHome.qml;h=d8d8cc9f9db81a03be17e5e87fca97e0606dfbdd;hb=8120d5e9466b588038a9ad2a1623fb6030fdd3ea;hp=c44919d5daf8a6f8b1b3d3890b55369d83074017;hpb=1118859288f7d6a79d25f003b31235cae6fabb46;p=staging%2FHomeScreen.git 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) {