Minor improvements

This commit is contained in:
Arkadiusz Fal
2022-05-29 14:29:43 +02:00
parent a71a7760be
commit 8b724fb457
3 changed files with 34 additions and 29 deletions

View File

@@ -57,7 +57,7 @@ struct ContentView: View {
.environmentObject(subscriptions)
.environmentObject(thumbnailsModel)
#if !os(macOS)
#if os(iOS)
.overlay(videoPlayer)
#endif