mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 13:33:42 +00:00
Merge pull request #642 from stonerl/queue-header
only show Queue header in sidebar view
This commit is contained in:
commit
1a3012853d
@ -91,10 +91,9 @@ struct PlayerQueueView: View {
|
||||
}
|
||||
|
||||
var queueHeader: some View {
|
||||
Text("Queue".localized())
|
||||
Text(sidebarQueue ? "Queue".localized() : "")
|
||||
#if !os(macOS)
|
||||
.foregroundColor(.secondary)
|
||||
.font(.caption)
|
||||
.frame(maxWidth: .infinity, alignment: .leading)
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user