Always show shownotes

This commit is contained in:
Thomas Perl 2014-10-29 17:34:42 +01:00
parent b0929318f0
commit d175939158

View file

@ -96,7 +96,6 @@ Item {
color: titleLabel.color
icon: Icons.article
onClicked: pgst.loadPage('EpisodeDetail.qml', {episode_id: id, title: title});
enabled: hasShownotes
}
}
}