diff --git a/src/qml/EpisodeSwipePage.qml b/src/qml/EpisodeSwipePage.qml index 60379ecc..cc7552e4 100644 --- a/src/qml/EpisodeSwipePage.qml +++ b/src/qml/EpisodeSwipePage.qml @@ -47,11 +47,6 @@ Kirigami.Page { height: tabBarHeight text: i18n("New Episodes") } - Controls.TabButton { - width: parent.parent.width/parent.count - height: tabBarHeight - text: i18n("Unread Episodes") - } Controls.TabButton { width: parent.parent.width/parent.count height: tabBarHeight @@ -70,11 +65,6 @@ Kirigami.Page { episodeType: EpisodeModel.New } - EpisodeListPage { - title: i18n("Unread Episodes") - episodeType: EpisodeModel.Unread - } - EpisodeListPage { title: i18n("All Episodes") episodeType: EpisodeModel.All