Clean up old code in comments
This commit is contained in:
parent
05e03d20e3
commit
9364a5b88f
@ -161,12 +161,5 @@ Kirigami.SwipeListItem {
|
||||
visible: entry.queueStatus && entry.enclosure && entry.enclosure.status === Enclosure.Downloaded && audio.entry === entry && audio.playbackState === Audio.PlayingState
|
||||
onTriggered: audio.pause()
|
||||
}
|
||||
/*,
|
||||
Kirigami.Action {
|
||||
text: i18n("Delete download")
|
||||
icon.name: "delete"
|
||||
onTriggered: entry.enclosure.deleteFile()
|
||||
visible: entry.enclosure && entry.enclosure.status === Enclosure.Downloaded
|
||||
}*/
|
||||
]
|
||||
}
|
||||
|
@ -143,12 +143,6 @@ Kirigami.SwipeListItem {
|
||||
onTriggered: entry.enclosure.cancelDownload()
|
||||
visible: entry.enclosure && entry.enclosure.status === Enclosure.Downloading
|
||||
},
|
||||
/*Kirigami.Action {
|
||||
text: i18n("Delete download")
|
||||
icon.name: "delete"
|
||||
onTriggered: entry.enclosure.deleteFile()
|
||||
visible: entry.enclosure && entry.enclosure.status === Enclosure.Downloaded
|
||||
},*/
|
||||
Kirigami.Action {
|
||||
text: i18n("Play")
|
||||
icon.name: "media-playback-start"
|
||||
|
Loading…
x
Reference in New Issue
Block a user