Add single-podcast refresh item (fixes #19)

This commit is contained in:
Thomas Perl 2015-03-07 15:05:33 +01:00
parent d00e7865f3
commit 7495618cc8
2 changed files with 10 additions and 1 deletions

@ -1 +1 @@
Subproject commit bc8241e99a721f5f76e6d2a6ed81768e38876cee
Subproject commit 61863f14e31850b2bfafda8c65fca439a070e91f

View file

@ -26,6 +26,15 @@ ListItem {
menu: Component {
IconContextMenu {
IconMenuItem {
text: 'Refresh'
icon.source: 'image://theme/icon-m-refresh'
onClicked: {
podcastItem.hideMenu();
py.call('main.check_for_episodes', [url]);
}
}
IconMenuItem {
text: 'Unsubscribe'
icon.source: 'image://theme/icon-m-delete'