mirror of
https://github.com/yattee/yattee.git
synced 2024-11-14 01:58:24 +00:00
Hide buttons in channels menu on list view
This commit is contained in:
parent
c7d6253739
commit
d167ff575d
@ -72,7 +72,6 @@ struct SubscriptionsView: View {
|
||||
Menu {
|
||||
if subscriptionsViewPage == .feed {
|
||||
ListingStyleButtons(listingStyle: $subscriptionsListingStyle)
|
||||
}
|
||||
|
||||
Section {
|
||||
HideWatchedButtons()
|
||||
@ -82,6 +81,7 @@ struct SubscriptionsView: View {
|
||||
playUnwatchedButton
|
||||
|
||||
toggleWatchedButton
|
||||
}
|
||||
|
||||
Section {
|
||||
SettingsButtons()
|
||||
|
Loading…
Reference in New Issue
Block a user