mirror of
https://github.com/yattee/yattee.git
synced 2024-12-14 22:30:32 +05:30
Fix duplicated toolbar on macOS
This commit is contained in:
parent
3e85859a12
commit
37e1799c73
@ -38,7 +38,7 @@ struct BrowserPlayerControls<Content: View, Toolbar: View>: View {
|
||||
content
|
||||
.frame(maxHeight: .infinity)
|
||||
|
||||
#if !os(tvOS)
|
||||
#if os(iOS)
|
||||
VStack(spacing: 0) {
|
||||
toolbar
|
||||
.borderTop(height: 0.4, color: Color("ControlsBorderColor"))
|
||||
|
Loading…
Reference in New Issue
Block a user