mirror of
https://github.com/yattee/yattee.git
synced 2024-11-10 08:18:19 +00:00
Fix duplicated toolbar on macOS
This commit is contained in:
parent
c66e9a6f35
commit
1645c81e00
@ -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