In my Mac app, there is a menu item whose title is "Copy", and another called "Zoom to Marker".
Apparently appkit sees fit to inject its own images into these items (off-state images I suppose). Why it was consider a good idea to begin with is unclear, because how can you be sure these images are appropriate?
If that wasn't bad enough, the framework does not even check that these menu items already have off state images. So now the menu items get two images! How do I prevent this?
Note: I use Xcode 16.