Skip to content

Commit

Permalink
QML UI: Only show Episode Actions with listview
Browse files Browse the repository at this point in the history
  • Loading branch information
thp committed Dec 22, 2012
1 parent 9d50286 commit 6ae6411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/gpodder/ui/qml/EpisodeList.qml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Item {

EpisodeActions {
id: episodeActions
visible: listView.openedIndex !== -1
visible: (listView.openedIndex !== -1) && listView.visible

episode: episodeListModel.get(listView.openedIndex)
playing: {
Expand Down

0 comments on commit 6ae6411

Please sign in to comment.