Remove unnecessary unread tab in episodes
This commit is contained in:
parent
6a256baa18
commit
3c51ad2052
@ -47,11 +47,6 @@ Kirigami.Page {
|
|||||||
height: tabBarHeight
|
height: tabBarHeight
|
||||||
text: i18n("New Episodes")
|
text: i18n("New Episodes")
|
||||||
}
|
}
|
||||||
Controls.TabButton {
|
|
||||||
width: parent.parent.width/parent.count
|
|
||||||
height: tabBarHeight
|
|
||||||
text: i18n("Unread Episodes")
|
|
||||||
}
|
|
||||||
Controls.TabButton {
|
Controls.TabButton {
|
||||||
width: parent.parent.width/parent.count
|
width: parent.parent.width/parent.count
|
||||||
height: tabBarHeight
|
height: tabBarHeight
|
||||||
@ -70,11 +65,6 @@ Kirigami.Page {
|
|||||||
episodeType: EpisodeModel.New
|
episodeType: EpisodeModel.New
|
||||||
}
|
}
|
||||||
|
|
||||||
EpisodeListPage {
|
|
||||||
title: i18n("Unread Episodes")
|
|
||||||
episodeType: EpisodeModel.Unread
|
|
||||||
}
|
|
||||||
|
|
||||||
EpisodeListPage {
|
EpisodeListPage {
|
||||||
title: i18n("All Episodes")
|
title: i18n("All Episodes")
|
||||||
episodeType: EpisodeModel.All
|
episodeType: EpisodeModel.All
|
||||||
|
Loading…
x
Reference in New Issue
Block a user