mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-22 00:03:48 +00:00
[Workspaces] Fix bring proces to foreground logic (#34476)
This commit is contained in:
parent
42cd02b20b
commit
6408898cbe
@ -340,7 +340,6 @@ private:
|
||||
if (GetProcessId(process_handle) == window_process_id)
|
||||
{
|
||||
SetForegroundWindow(hwnd);
|
||||
return FALSE;
|
||||
}
|
||||
return TRUE;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user