mirror of
https://github.com/yattee/yattee.git
synced 2025-04-27 15:30:33 +05:30
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 {
|
@ViewBuilder func playbackSettingsPresentationDetents() -> some View {
|
||||||
if #available(iOS 16.0, macOS 13.0, tvOS 16.0, *) {
|
if #available(iOS 16.0, macOS 13.0, tvOS 16.0, *) {
|
||||||
content
|
content
|
||||||
.presentationDetents([.height(350), .large])
|
.presentationDetents([.height(400), .large])
|
||||||
} else {
|
} else {
|
||||||
content
|
content
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user