From 8192be6a12d0127ebd02d0df7d67cb365c973314 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Wed, 13 Dec 2017 12:22:19 +0900 Subject: Change shortcut icon radio to hvac Change shortcut icon radio to hvac. Change-Id: I521272a8e4b4b1362754ad17ca19b7f7d37a0731 Signed-off-by: zheng_wenlong (cherry picked from commit 8b03da6d8c07a40c2d65b9cfb40a2fd50c276a2d) --- homescreen/qml/ShortcutArea.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'homescreen/qml/ShortcutArea.qml') diff --git a/homescreen/qml/ShortcutArea.qml b/homescreen/qml/ShortcutArea.qml index 1638bcf..0c00f8c 100644 --- a/homescreen/qml/ShortcutArea.qml +++ b/homescreen/qml/ShortcutArea.qml @@ -36,10 +36,10 @@ Item { application: 'mediaplayer@0.1' } ListElement { -// name: 'HVAC' -// application: 'hvac@0.1' - name: 'Radio' - application: 'radio@0.1' + name: 'HVAC' + application: 'hvac@0.1' +// name: 'Radio' +// application: 'radio@0.1' } ListElement { name: 'Navigation' -- cgit 1.2.3-korg