Minor improvements

This commit is contained in:
Arkadiusz Fal
2022-05-29 14:29:43 +02:00
parent 78d7693128
commit c48d478f64
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