Add single-podcast refresh item (fixes #19)
This commit is contained in:
parent
d00e7865f3
commit
7495618cc8
2 changed files with 10 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit bc8241e99a721f5f76e6d2a6ed81768e38876cee
|
Subproject commit 61863f14e31850b2bfafda8c65fca439a070e91f
|
|
@ -26,6 +26,15 @@ ListItem {
|
||||||
|
|
||||||
menu: Component {
|
menu: Component {
|
||||||
IconContextMenu {
|
IconContextMenu {
|
||||||
|
IconMenuItem {
|
||||||
|
text: 'Refresh'
|
||||||
|
icon.source: 'image://theme/icon-m-refresh'
|
||||||
|
onClicked: {
|
||||||
|
podcastItem.hideMenu();
|
||||||
|
py.call('main.check_for_episodes', [url]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
IconMenuItem {
|
IconMenuItem {
|
||||||
text: 'Unsubscribe'
|
text: 'Unsubscribe'
|
||||||
icon.source: 'image://theme/icon-m-delete'
|
icon.source: 'image://theme/icon-m-delete'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue