diff --git a/touch/EpisodeItem.qml b/touch/EpisodeItem.qml index 801b0fa..dfde864 100644 --- a/touch/EpisodeItem.qml +++ b/touch/EpisodeItem.qml @@ -96,7 +96,6 @@ Item { color: titleLabel.color icon: Icons.article onClicked: pgst.loadPage('EpisodeDetail.qml', {episode_id: id, title: title}); - enabled: hasShownotes } } }