From: Matt Ranostay Date: Tue, 24 Oct 2017 01:47:35 +0000 (-0700) Subject: mediaplayer: qml: remove shuffle option temporarily X-Git-Tag: eel/4.99.2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Ftags%2Feel%2F4.99.2;p=apps%2Fmediaplayer.git mediaplayer: qml: remove shuffle option temporarily 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 --- diff --git a/app/MediaPlayer.qml b/app/MediaPlayer.qml index 6c4a185..a297162 100644 --- a/app/MediaPlayer.qml +++ b/app/MediaPlayer.qml @@ -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