[Workspaces] Fix bring proces to foreground logic (#34476)

This commit is contained in:
Stefan Markovic 2024-08-29 11:32:21 +02:00 committed by GitHub
parent 42cd02b20b
commit 6408898cbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -340,7 +340,6 @@ private:
if (GetProcessId(process_handle) == window_process_id)
{
SetForegroundWindow(hwnd);
return FALSE;
}
return TRUE;
};