Hide buttons in channels menu on list view

This commit is contained in:
Arkadiusz Fal 2023-05-25 18:54:12 +02:00
parent c7d6253739
commit d167ff575d

View File

@ -72,17 +72,17 @@ struct SubscriptionsView: View {
Menu {
if subscriptionsViewPage == .feed {
ListingStyleButtons(listingStyle: $subscriptionsListingStyle)
Section {
HideWatchedButtons()
HideShortsButtons()
}
playUnwatchedButton
toggleWatchedButton
}
Section {
HideWatchedButtons()
HideShortsButtons()
}
playUnwatchedButton
toggleWatchedButton
Section {
SettingsButtons()
}