mirror of
https://github.com/yattee/yattee.git
synced 2025-10-14 03:20:37 +00:00
@@ -71,6 +71,10 @@ struct PopularView: View {
|
||||
ListingStyleButtons(listingStyle: $popularListingStyle)
|
||||
}
|
||||
|
||||
ToolbarItem {
|
||||
HideWatchedButtons()
|
||||
}
|
||||
|
||||
ToolbarItem {
|
||||
HideShortsButtons(hide: $hideShorts)
|
||||
}
|
||||
@@ -90,6 +94,7 @@ struct PopularView: View {
|
||||
ListingStyleButtons(listingStyle: $popularListingStyle)
|
||||
|
||||
Section {
|
||||
HideWatchedButtons()
|
||||
HideShortsButtons(hide: $hideShorts)
|
||||
}
|
||||
|
||||
@@ -129,6 +134,7 @@ struct PopularView: View {
|
||||
HStack {
|
||||
Spacer()
|
||||
ListingStyleButtons(listingStyle: $popularListingStyle)
|
||||
HideWatchedButtons()
|
||||
HideShortsButtons(hide: $hideShorts)
|
||||
|
||||
Button {
|
||||
|
Reference in New Issue
Block a user