mirror of
https://github.com/yattee/yattee.git
synced 2024-11-12 17:18:22 +00:00
Hide buttons in channels menu on list view
This commit is contained in:
parent
c7d6253739
commit
d167ff575d
@ -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()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user