mirror of
https://github.com/yattee/yattee.git
synced 2024-11-09 15:58:20 +00:00
Fix playback settings sheet height
This commit is contained in:
parent
0051b3ab74
commit
c78a0dc8c3
@ -5,7 +5,7 @@ extension Backport where Content: View {
|
||||
@ViewBuilder func playbackSettingsPresentationDetents() -> some View {
|
||||
if #available(iOS 16.0, macOS 13.0, tvOS 16.0, *) {
|
||||
content
|
||||
.presentationDetents([.height(350), .large])
|
||||
.presentationDetents([.height(400), .large])
|
||||
} else {
|
||||
content
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user