Skip to content

Commit

Permalink
Merge pull request #642 from stonerl/queue-header
Browse files Browse the repository at this point in the history
only show Queue header in sidebar view
  • Loading branch information
arekf committed May 16, 2024
2 parents 5b64290 + 1d86154 commit 1a30128
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Shared/Player/Video Details/PlayerQueueView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 1a30128

Please sign in to comment.