mirror of
				https://github.com/yattee/yattee.git
				synced 2025-11-03 22:22:02 +00:00 
			
		
		
		
	Fix player sidebar background
This commit is contained in:
		@@ -263,11 +263,13 @@ struct VideoPlayerView: View {
 | 
			
		||||
                        PlayerQueueView(sidebarQueue: true, fullScreen: $fullScreenDetails)
 | 
			
		||||
                            .frame(maxWidth: 350)
 | 
			
		||||
                            .transition(.move(edge: .trailing))
 | 
			
		||||
                            .background(colorScheme == .dark ? Color.black : Color.white)
 | 
			
		||||
                    }
 | 
			
		||||
                #elseif os(macOS)
 | 
			
		||||
                    if Defaults[.playerSidebar] != .never {
 | 
			
		||||
                        PlayerQueueView(sidebarQueue: true, fullScreen: $fullScreenDetails)
 | 
			
		||||
                            .frame(minWidth: 300)
 | 
			
		||||
                            .background(colorScheme == .dark ? Color.black : Color.white)
 | 
			
		||||
                    }
 | 
			
		||||
                #endif
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user