Add play unwatched on macOS

This commit is contained in:
Arkadiusz Fal 2022-12-13 22:32:49 +01:00
parent 17b82945b3
commit d9622cf24c

View File

@ -43,6 +43,10 @@ struct SubscriptionsView: View {
ToolbarItem { ToolbarItem {
toggleWatchedButton toggleWatchedButton
} }
ToolbarItem {
playUnwatchedButton
}
} }
#endif #endif
} }