fyne-io / systray

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

Fix data races and panics #16

Closed slytomcat closed 2 years ago

slytomcat commented 2 years ago

As I promised in in this comment.

There are a lot of conflicts in import paths, but I'm sure they can be easily resolved.

andydotxyz commented 2 years ago

I appreciate the contribution, but can you please resolve the conflicts prior to asking for review?

P.S. I think the restricting of how often refresh happens is not suitable for the same PR - it opens a lot of questions and is inconsistent with the other platforms. Can this focus on the race/panic alone?

slytomcat commented 2 years ago

Ok. I'll do other branch (without the restricting of how often refresh happens) and make MR from that new brunch.