macOS 14+ now supports section headers in menus: <img width="289" alt="Image" src="https://github.com/user-attachments/assets/07224160-74a3-4663-9cb7-7eec6c1a44e8" /> These are menu items created with the `sectionHeaderWithTitle:` selector: ```objc [menuToAddTo addItem: [NSMenuItem sectionHeaderWithTitle: text]]; ``` ### References - https://developer.apple.com/documentation/appkit/nsmenuitem/sectionheaderwithtitle: - https://forum.juce.com/t/macos-menu-bar-section-headers/60547