You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Windows Document specifies that uTimeout and uVersion belong to the DUMMYUNIONNAME union. However, the notifyIconData struct defined in systray_windows.go uses two uint32 instead, which is not consistent with the Windows Document.
Currently, tooltips can only display the first 64 bytes. To display the entire 128 bytes, one of the uTimeout or uVersion fields defined in notifyIconData needs be removed
The text was updated successfully, but these errors were encountered:
The Windows Document specifies that
uTimeout
anduVersion
belong to theDUMMYUNIONNAME
union. However, thenotifyIconData
struct defined in systray_windows.go uses twouint32
instead, which is not consistent with the Windows Document.Currently, tooltips can only display the first 64 bytes. To display the entire 128 bytes, one of the
uTimeout
oruVersion
fields defined innotifyIconData
needs be removedThe text was updated successfully, but these errors were encountered: