mirror of
				https://github.com/yattee/yattee.git
				synced 2025-11-04 06:32:03 +00:00 
			
		
		
		
	only show Queue header in sidebar view
This commit is contained in:
		@@ -90,7 +90,7 @@ struct PlayerQueueView: View {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    var queueHeader: some View {
 | 
			
		||||
        Text("Queue".localized())
 | 
			
		||||
        Text(sidebarQueue ? "Queue".localized() : "")
 | 
			
		||||
        #if !os(macOS)
 | 
			
		||||
            .foregroundColor(.secondary)
 | 
			
		||||
            .font(.caption)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user