diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-10-23 18:47:35 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-10-29 11:25:14 -0700 |
commit | c243bbe78b2eb6abc3a44ede1d414da5194b2190 (patch) | |
tree | 21418e9f55034a54313f25132f73ad4ba4562d12 /app/MediaPlayer.qml | |
parent | 92e613114ff5212fa7e5c2a226e32b6e252c9a9c (diff) |
mediaplayer: qml: remove shuffle option temporarilyeel_4.99.2eel/4.99.24.99.2
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>
Diffstat (limited to 'app/MediaPlayer.qml')
-rw-r--r-- | app/MediaPlayer.qml | 12 |
1 files changed, 6 insertions, 6 deletions
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 |