Add "Clear queue" item (Fixes #28)
This commit is contained in:
parent
3c14879929
commit
643d58baac
2 changed files with 7 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 376b3225f6cf35e1eda6c0bd5520dd2d5355633c
|
||||
Subproject commit 6bbfb175f526f0a94e06c75686944758c1790763
|
|
@ -49,6 +49,12 @@ Page {
|
|||
}
|
||||
}
|
||||
|
||||
MenuItem {
|
||||
text: 'Clear play queue'
|
||||
enabled: playQueueRepeater.count > 0
|
||||
onClicked: player.clearQueue()
|
||||
}
|
||||
|
||||
MenuItem {
|
||||
text: player.isPlaying ? 'Pause': 'Play'
|
||||
onClicked: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue