fyne-io / systray

a cross platfrom Go library to place an icon and menu in the notification area
Apache License 2.0
223 stars 41 forks source link

Can you add support to delete elements and access to children/parent components? #59

Closed DarVoid closed 11 months ago

DarVoid commented 11 months ago

We were trying to create a systray app to poll if we had new PRs this project but for that we needed to be able to remove items from the menu, so we gave it a go, and It was working for some time, but then I have no idea what changed (possibly some dependency) and we couldn't use it anymore.

Could you try to add the remove functionality?

Check this commit history from a fork for further context