getlantern / systray

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

Fix notifyIconData #259

Open chhu0830 opened 1 year ago

chhu0830 commented 1 year ago

uTimeout and uVersion are defined as an union in the original structure, which should take only 4 bytes in the corresponding structure in Golang.

Is related to #253