knurling / ServiceStation

Service Station
39 stars 1 forks source link

Add support for separator menu items #10

Closed pkamb closed 4 years ago

pkamb commented 4 years ago

I would like to add support for NSMenuItem.separator() menu items. Here's an example inside the main app where I have full control over the menu:

Screen Shot 2020-04-15 at 2 37 36 PM

However, when the exact same menu construction code is used within the Finder Extension, we instead see blank lines rather than separator items:

Screen Shot 2020-04-15 at 2 43 51 PM

These screenshots are in 10.14 Mojave. I will test with Catalina as well.

But a macOS system update to support these items will be required before Service Station can support them.

pkamb commented 4 years ago

other links to this same issue: