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,17 +72,17 @@ struct SubscriptionsView: View {
|
|||||||
Menu {
|
Menu {
|
||||||
if subscriptionsViewPage == .feed {
|
if subscriptionsViewPage == .feed {
|
||||||
ListingStyleButtons(listingStyle: $subscriptionsListingStyle)
|
ListingStyleButtons(listingStyle: $subscriptionsListingStyle)
|
||||||
|
|
||||||
|
Section {
|
||||||
|
HideWatchedButtons()
|
||||||
|
HideShortsButtons()
|
||||||
|
}
|
||||||
|
|
||||||
|
playUnwatchedButton
|
||||||
|
|
||||||
|
toggleWatchedButton
|
||||||
}
|
}
|
||||||
|
|
||||||
Section {
|
|
||||||
HideWatchedButtons()
|
|
||||||
HideShortsButtons()
|
|
||||||
}
|
|
||||||
|
|
||||||
playUnwatchedButton
|
|
||||||
|
|
||||||
toggleWatchedButton
|
|
||||||
|
|
||||||
Section {
|
Section {
|
||||||
SettingsButtons()
|
SettingsButtons()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user