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-13 12:22:19 +0900 |
commit | 8b03da6d8c07a40c2d65b9cfb40a2fd50c276a2d (patch) | |
tree | c6e06d6021e7e7be1d18c53c48a882a28faa5e0f | |
parent | 2c179df8e22fd1434c88b8595ddd65ec0ed48622 (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>
-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' |