qdot / systray-rs

Allows rust applications to show a platform specific system tray icon and menu.
BSD 3-Clause "New" or "Revised" License
170 stars 66 forks source link

Add ability to update menu items #8

Open qdot opened 7 years ago

qdot commented 7 years ago

The user should get back a menu id (or even a menu item struct?) they can do whatever with, and should be able to use it as reference to update a menu item if they need to.

2ndTaleStudio commented 4 years ago

Hey there, is this being worked on? The issues related to disable, delete, update menu items seem to be here already for quite a while and I'd love to see this functionality coming as we'd require this for our current project.

Thx in advance for any feedback on this.

qdot commented 4 years ago

The project is being actively worked on (or at least I've got some PRs to bring in), but this issue isn't currently.