mediaplayer: qml: remove shuffle option temporarily 07/11607/1 4.99.2 eel/4.99.2 eel_4.99.2
authorMatt Ranostay <matt.ranostay@konsulko.com>
Tue, 24 Oct 2017 01:47:35 +0000 (18:47 -0700)
committerMatt Ranostay <matt.ranostay@konsulko.com>
Sun, 29 Oct 2017 18:25:14 +0000 (11:25 -0700)
Till agl-service-mediaplayer has a shuffle feature disable
the shuffle in the qml definition.

Bug-AGL: SPEC-999
Change-Id: If0573647cc9d40327952052f4db9ac7162734409
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
app/MediaPlayer.qml

index 6c4a185..a297162 100644 (file)
@@ -86,12 +86,12 @@ ApplicationWindow {
                         Layout.fillHeight: true
                         Row {
                             spacing: 20
-                            ToggleButton {
-                                id: random
-                                visible: bluetooth.connected == false
-                                offImage: './images/AGL_MediaPlayer_Shuffle_Inactive.svg'
-                                onImage: './images/AGL_MediaPlayer_Shuffle_Active.svg'
-                            }
+                            //ToggleButton {
+                            //    id: random
+                            //    visible: bluetooth.connected == false
+                            //    offImage: './images/AGL_MediaPlayer_Shuffle_Inactive.svg'
+                            //    onImage: './images/AGL_MediaPlayer_Shuffle_Active.svg'
+                            //}
                             ToggleButton {
                                 id: loop
                                 visible: bluetooth.connected == false