mirror of
https://github.com/KDE/kasts.git
synced 2025-02-06 04:13:51 +01:00
Do not show insertToQueue button if already added to Queue
This commit is contained in:
parent
d9013ede9d
commit
ed58c4eda7
@ -59,7 +59,7 @@ Kirigami.ScrollablePage {
|
||||
actions.left: Kirigami.Action {
|
||||
text: "Add to queue"
|
||||
icon.name: "media-playlist-append"
|
||||
visible: entry.enclosure
|
||||
visible: entry.enclosure && !entry.queueStatus
|
||||
onTriggered: { DataManager.addtoQueue(entry.feed.url, entry.id) }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user