On macOS, the "About" menu item lives in a standard location for all apps, under their app menu (Ivy > About). Racket GUI lib appears to be generating a default about dialog for us (with the Racket version for some reason) under the standard menu item:
We should check at runtime if we're running on mac, and attach the real about dialog under that standard about menu item, instead of under Help as on other platforms.
On macOS, the "About" menu item lives in a standard location for all apps, under their app menu (Ivy > About). Racket GUI lib appears to be generating a default about dialog for us (with the Racket version for some reason) under the standard menu item:
We should check at runtime if we're running on mac, and attach the real about dialog under that standard about menu item, instead of under Help as on other platforms.