dustinkredmond / FXTrayIcon

Tray Icon implementation for JavaFX applications. Say goodbye to using AWT's SystemTray icon, instead use a JavaFX Tray Icon.
MIT License
327 stars 26 forks source link

loadImage methods modified to execute based on which OS is running th… #70

Closed EasyG0ing1 closed 1 year ago

EasyG0ing1 commented 1 year ago

Modified main constructor so that image auto sizing only happens with non-Mac operating systems. Fixes issue #69

dustinkredmond commented 1 year ago

Looks good, merging this one.