tray-icon
tray-icon copied to clipboard
Tray icons for Desktop Applications.
Results
11
tray-icon issues
Sort by
recently updated
recently updated
newest added
Since 0.15, `tray_icon::Icon` is not Sync anymore on Windows. This is easily visible in the docs for [0.15](https://docs.rs/tray-icon/0.15.1/x86_64-pc-windows-msvc/tray_icon/struct.Icon.html#synthetic-implementations) vs [0.14](https://docs.rs/tray-icon/0.14.3/x86_64-pc-windows-msvc/tray_icon/struct.Icon.html#synthetic-implementations). At least on Linux Icon is still Sync which makes...