olback / tray-item-rs

Multi-platform Tray Indicator
https://crates.io/crates/tray-item
MIT License
287 stars 39 forks source link

fix(ksni): add id property to tray #36

Closed DASPRiD closed 1 year ago

DASPRiD commented 1 year ago

In some environments the (e.g. Gnome with AppIndicator extension), the tray icon will not show up if the id is missing. To not break BC, I'm re-using the already mandatory title as ID.

DASPRiD commented 1 year ago

@olback Could you release a new version with this bug fix?

olback commented 1 year ago

@olback Could you release a new version with this bug fix?

0.9.0 is released now, sorry it took so long