remove blank spaces

This commit is contained in:
Lightczx
2024-05-28 16:01:13 +08:00
parent 7aa4696ba5
commit 9f8f2870ae

View File

@@ -140,7 +140,7 @@ internal sealed class XamlWindowController
RECT primaryRect = StructMarshal.RECT(DisplayArea.Primary.OuterBounds);
return IntersectRect(out _, in primaryRect, in iconRect);
}
HWND shellTrayWnd = FindWindowExW(default, default, "Shell_TrayWnd", default);
HWND trayNotifyWnd = FindWindowExW(shellTrayWnd, default, "TrayNotifyWnd", default);
HWND button = FindWindowExW(trayNotifyWnd, default, "Button", default);