[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

View File

@@ -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;
}; };