Remove unnecessary unread tab in episodes
This commit is contained in:
parent
6a256baa18
commit
3c51ad2052
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user