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