Merge branch 'main' into chore-linter-warnings

This commit is contained in:
Arkadiusz Fal
2024-08-24 12:12:12 +02:00
committed by GitHub
29 changed files with 1143 additions and 410 deletions

View File

@@ -19,7 +19,7 @@ struct VideoPlayerView: View {
static let hiddenOffset = 0.0
#endif
static let defaultAspectRatio = 16 / 9.0
static let defaultAspectRatio = Constants.aspectRatio16x9
static var defaultMinimumHeightLeft: Double {
#if os(macOS)
335