use two sdl app, change default sdl to sdl_usb
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>
Tue, 4 Dec 2018 00:17:17 +0000 (09:17 +0900)
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>
Tue, 4 Dec 2018 00:17:17 +0000 (09:17 +0900)
homescreen/qml/ShortcutArea.qml
homescreen/qml/images/Shortcut/sdl_usb.svg [moved from homescreen/qml/images/Shortcut/sdl.svg with 100% similarity]
homescreen/qml/images/Shortcut/sdl_usb_active.svg [moved from homescreen/qml/images/Shortcut/sdl_active.svg with 100% similarity]
homescreen/qml/images/Shortcut/shortcut.qrc

index 3f78f57..a708e61 100644 (file)
@@ -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'
index 240cc33..a480dc2 100644 (file)
@@ -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>