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
No known key found for this signature in database
GPG Key ID: 292F3E5086C83FC7

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)