mirror of
				https://github.com/yattee/yattee.git
				synced 2025-11-04 06:32:03 +00:00 
			
		
		
		
	Fix duplicated toolbar on macOS
This commit is contained in:
		@@ -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"))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user