mirror of
https://github.com/yattee/yattee.git
synced 2025-04-28 16:00:33 +05:30
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 {
|
var queueHeader: some View {
|
||||||
Text("Queue".localized())
|
Text(sidebarQueue ? "Queue".localized() : "")
|
||||||
#if !os(macOS)
|
#if !os(macOS)
|
||||||
.foregroundColor(.secondary)
|
.foregroundColor(.secondary)
|
||||||
.font(.caption)
|
.font(.caption)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user