mirror of https://github.com/KDE/kasts.git
Change icon for 'remove from queue' action
This commit is contained in:
parent
59da275f0e
commit
3b7d2332a7
|
@ -114,7 +114,7 @@ Kirigami.SwipeListItem {
|
|||
},
|
||||
Kirigami.Action {
|
||||
text: i18n("Remove from Queue")
|
||||
icon.name: "delete-table-row"
|
||||
icon.name: "list-remove"
|
||||
onTriggered: { DataManager.removeQueueItem(entry) }
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue