mirror of
https://github.com/yattee/yattee.git
synced 2025-04-25 08:06:31 +00:00
only show Queue header in sidebar view
This commit is contained in:
parent
d1cf45c6a1
commit
00baf60970
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user