Fix handling watch statuses

This commit is contained in:
Arkadiusz Fal
2023-04-22 17:59:28 +02:00
parent c8feeca41f
commit f852782f5e
3 changed files with 16 additions and 23 deletions

View File

@@ -44,20 +44,13 @@ struct SubscriptionsView: View {
#endif
#if os(macOS)
.toolbar {
ToolbarItem {
ToolbarItemGroup {
ListingStyleButtons(listingStyle: $subscriptionsListingStyle)
}
ToolbarItem {
HideShortsButtons(hide: $hideShorts)
}
ToolbarItem {
toggleWatchedButton
}
ToolbarItem {
.id(feed.watchedId)
playUnwatchedButton
.id(feed.watchedId)
}
}
#endif