We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1f9d5 commit db46a4aCopy full SHA for db46a4a
Flow.Launcher.Infrastructure/Win32Helper.cs
@@ -126,7 +126,7 @@ public static bool SetForegroundWindow(nint handle)
126
127
public static bool IsForegroundWindow(Window window)
128
{
129
- return GetWindowHandle(window).Equals(PInvoke.GetForegroundWindow());
+ return IsForegroundWindow(GetWindowHandle(window));
130
}
131
132
internal static bool IsForegroundWindow(HWND handle)
0 commit comments