mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
[Workspaces] Fix bring proces to foreground logic (#34476)
This commit is contained in:
@@ -340,7 +340,6 @@ private:
|
|||||||
if (GetProcessId(process_handle) == window_process_id)
|
if (GetProcessId(process_handle) == window_process_id)
|
||||||
{
|
{
|
||||||
SetForegroundWindow(hwnd);
|
SetForegroundWindow(hwnd);
|
||||||
return FALSE;
|
|
||||||
}
|
}
|
||||||
return TRUE;
|
return TRUE;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user