Closed cvilsmeier closed 1 year ago
Thanks for the report, confirmed.
I tried fix/48 and it works for me.
I am still getting that error.
Is this released and available?
It was fixed a year back as you can see in the PR above. This project does not have any formal release process so just asking Go to update the dependency or using @latest will get you all the fixes.
Hi,
I need to update my app's systray icon based on the state of my application. But SetIcon() for updating the systray icon does not seem to work, it prints the following error message:
I've created a small project to reproduce the bug: https://github.com/cvilsmeier/fyne-tray-test