lehitoskin / ivy

Ivy, the Taggable Image Viewer
GNU General Public License v3.0
16 stars 3 forks source link

Two "About" dialogs on macOS #78

Closed IonoclastBrigham closed 6 years ago

IonoclastBrigham commented 6 years ago

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:

screen shot 2018-05-25 at 7 00 08 pm

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.