only show Queue header in sidebar view

This commit is contained in:
Toni Förster
2024-04-25 13:15:55 +02:00
parent d1cf45c6a1
commit 00baf60970

View File

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