1
0
mirror of https://github.com/yattee/yattee.git synced 2024-12-14 06:10:32 +05:30

Fix duplicated toolbar on macOS

This commit is contained in:
Arkadiusz Fal 2022-06-29 23:00:15 +02:00
parent 3e85859a12
commit 37e1799c73

View File

@ -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"))