Remove unnecessary unread tab in episodes

This commit is contained in:
Bart De Vries 2021-04-20 18:37:33 +02:00
parent 6a256baa18
commit 3c51ad2052

View File

@ -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