From d1759391585eacee3909c152a8e0c1a43a1beabe Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Wed, 29 Oct 2014 17:34:42 +0100 Subject: [PATCH] Always show shownotes --- touch/EpisodeItem.qml | 1 - 1 file changed, 1 deletion(-) 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 } } }