diff --git a/Yattee/Views/Player/QualitySelectorView+Sections.swift b/Yattee/Views/Player/QualitySelectorView+Sections.swift index f2aaede0..a06ebfcb 100644 --- a/Yattee/Views/Player/QualitySelectorView+Sections.swift +++ b/Yattee/Views/Player/QualitySelectorView+Sections.swift @@ -860,7 +860,10 @@ private extension View { #if os(tvOS) self #else + // On macOS Sequoia the borderlessButton menu stretches to fill the + // available width unless it is pinned to its intrinsic size. self.menuStyle(.borderlessButton) + .fixedSize() #endif } }