touch: Add more PlayerPage implementation
This commit is contained in:
parent
20818b6105
commit
79ecd8fbe4
3 changed files with 41 additions and 26 deletions
|
@ -47,7 +47,7 @@ Item {
|
|||
width: parent.width
|
||||
|
||||
IconMenuItem {
|
||||
text: 'Play'
|
||||
text: episodeItem.isPlaying ? 'Pause' : 'Play'
|
||||
iconSource: 'icons/' + (episodeItem.isPlaying ? 'pause_24x32.png' : 'play_24x32.png')
|
||||
onClicked: {
|
||||
if (episodeItem.isPlaying) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue