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

Catch nil signal on window close #55

Closed Jacalz closed 1 year ago

Jacalz commented 1 year ago

I can't say that I exactly know why we are getting this nil signal but simply catching it and returning fixes the issue.

Fixes https://github.com/fyne-io/fyne/issues/4074