tray-item-rs icon indicating copy to clipboard operation
tray-item-rs copied to clipboard

Multi-platform Tray Indicator

Results 23 tray-item-rs issues
Sort by recently updated
recently updated
newest added

The following icon is displayed when I run the gresources example, irrespective of what menu item is clicked: ![image](https://github.com/olback/tray-item-rs/assets/124960413/4cdc0417-0442-4ab1-9332-ec6f005c0cc7) I'm on fully updated popos 22.04

* macOS only * tray-item version: 0.10.0 I can use `IconSource::Data { height: 16, width: 16, data: ICON.to_vec() }` to set a icon where `ICON` is from `include_bytes` macro. When...

It does not currently seem possible to remove created tray item, or am I missing something?