From 3c51ad2052d0536fc413b3471e3b5b9439329f5f Mon Sep 17 00:00:00 2001 From: Bart De Vries Date: Tue, 20 Apr 2021 18:37:33 +0200 Subject: [PATCH] Remove unnecessary unread tab in episodes --- src/qml/EpisodeSwipePage.qml | 10 ---------- 1 file changed, 10 deletions(-) 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