diff --git a/src/libs/H.NotifyIcon/Core/WindowUtilities.cs b/src/libs/H.NotifyIcon/Core/WindowUtilities.cs index f85c7f6..29dcc16 100644 --- a/src/libs/H.NotifyIcon/Core/WindowUtilities.cs +++ b/src/libs/H.NotifyIcon/Core/WindowUtilities.cs @@ -156,7 +156,7 @@ public static unsafe void MakeTransparent(nint hWndHandle) _ = PInvoke.SetLayeredWindowAttributes( hwnd: hWnd, crKey: new COLORREF((uint)ToWin32(System.Drawing.Color.Black)), - bAlpha: 255, + bAlpha: 0, dwFlags: LAYERED_WINDOW_ATTRIBUTES_FLAGS.LWA_COLORKEY | LAYERED_WINDOW_ATTRIBUTES_FLAGS.LWA_ALPHA).EnsureNonZero(); }