mirror of
https://github.com/yattee/yattee.git
synced 2025-01-10 23:07:10 +00:00
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
|
content
|
||||||
.frame(maxHeight: .infinity)
|
.frame(maxHeight: .infinity)
|
||||||
|
|
||||||
#if !os(tvOS)
|
#if os(iOS)
|
||||||
VStack(spacing: 0) {
|
VStack(spacing: 0) {
|
||||||
toolbar
|
toolbar
|
||||||
.borderTop(height: 0.4, color: Color("ControlsBorderColor"))
|
.borderTop(height: 0.4, color: Color("ControlsBorderColor"))
|
||||||
|
Loading…
Reference in New Issue
Block a user