diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2017-12-13 12:22:19 +0900 |
---|---|---|
committer | Zheng Wenlong <wenlong_zheng@nexty-ele.com> | 2017-12-14 07:28:57 +0000 |
commit | 8192be6a12d0127ebd02d0df7d67cb365c973314 (patch) | |
tree | 79b268a972baace7e1b30c645222d30285c0e518 /homescreen | |
parent | dbfb495b42e826fe9fc1c08b02ebd003f2e2019b (diff) |
Change shortcut icon radio to hvac
Change shortcut icon radio to hvac.
Change-Id: I521272a8e4b4b1362754ad17ca19b7f7d37a0731
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
(cherry picked from commit 8b03da6d8c07a40c2d65b9cfb40a2fd50c276a2d)
Diffstat (limited to 'homescreen')
-rw-r--r-- | homescreen/qml/ShortcutArea.qml | 8 |
1 files changed, 4 insertions, 4 deletions
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' |