From 7f7201e14c7dd45cd64cb2ce0c100b35835a8ee8 Mon Sep 17 00:00:00 2001 From: Chia-Hsuan Hu Date: Mon, 11 Sep 2023 14:21:00 +0800 Subject: [PATCH] Fix notifyIconData --- systray_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systray_windows.go b/systray_windows.go index 6bdc803d..861a3002 100644 --- a/systray_windows.go +++ b/systray_windows.go @@ -111,7 +111,7 @@ type notifyIconData struct { Tip [128]uint16 State, StateMask uint32 Info [256]uint16 - Timeout, Version uint32 + UnionTimeoutVersion uint32 InfoTitle [64]uint16 InfoFlags uint32 GuidItem windows.GUID