dorkbox / SystemTray

Cross-platform SystemTray support for Swing/AWT, macOS, GtkStatusIcon, and AppIndicator on Java 8+
Other
446 stars 58 forks source link

Fixed incorrect plasmaVersion check #198

Closed Nohus closed 1 year ago

Nohus commented 1 year ago

Fixes #196

The plasmaVersion property in the OS library should be removed, but that's in a separate repo. It can only introduce bugs since it incorrectly represents a version as a double.

dorkbox commented 1 year ago

👍