aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-12-04 09:17:17 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-12-04 09:17:17 +0900
commit687d3fd6162d6415b0e4eb5aaf408f4824e27a0c (patch)
treedb127ee3589da563e8fed085794333ed2dd55810
parent79e9e0509b2b78e7175eb03121221ccb37689305 (diff)
use two sdl app, change default sdl to sdl_usb
-rw-r--r--homescreen/qml/ShortcutArea.qml4
-rw-r--r--homescreen/qml/images/Shortcut/sdl_usb.svg (renamed from homescreen/qml/images/Shortcut/sdl.svg)0
-rw-r--r--homescreen/qml/images/Shortcut/sdl_usb_active.svg (renamed from homescreen/qml/images/Shortcut/sdl_active.svg)0
-rw-r--r--homescreen/qml/images/Shortcut/shortcut.qrc4
4 files changed, 4 insertions, 4 deletions
diff --git a/homescreen/qml/ShortcutArea.qml b/homescreen/qml/ShortcutArea.qml
index 3f78f57..a708e61 100644
--- a/homescreen/qml/ShortcutArea.qml
+++ b/homescreen/qml/ShortcutArea.qml
@@ -39,8 +39,8 @@ Item {
application: 'launcher@0.1'
}
ListElement {
- name: 'SDL'
- application: 'sdl@5.0'
+ name: 'sdl_usb'
+ application: 'sdl_usb@5.0'
}
ListElement {
name: 'Video'
diff --git a/homescreen/qml/images/Shortcut/sdl.svg b/homescreen/qml/images/Shortcut/sdl_usb.svg
index 3b6a7e9..3b6a7e9 100644
--- a/homescreen/qml/images/Shortcut/sdl.svg
+++ b/homescreen/qml/images/Shortcut/sdl_usb.svg
diff --git a/homescreen/qml/images/Shortcut/sdl_active.svg b/homescreen/qml/images/Shortcut/sdl_usb_active.svg
index 9584885..9584885 100644
--- a/homescreen/qml/images/Shortcut/sdl_active.svg
+++ b/homescreen/qml/images/Shortcut/sdl_usb_active.svg
diff --git a/homescreen/qml/images/Shortcut/shortcut.qrc b/homescreen/qml/images/Shortcut/shortcut.qrc
index 240cc33..a480dc2 100644
--- a/homescreen/qml/images/Shortcut/shortcut.qrc
+++ b/homescreen/qml/images/Shortcut/shortcut.qrc
@@ -10,7 +10,7 @@
<file>navigation_active.svg</file>
<file>video.svg</file>
<file>video_active.svg</file>
- <file>sdl.svg</file>
- <file>sdl_active.svg</file>
+ <file>sdl_usb.svg</file>
+ <file>sdl_usb_active.svg</file>
</qresource>
</RCC>