mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-26 14:45:48 +03:00
steam_helper: Increase desktop close timeout for EA Desktop.
CW-Bug-Id: #22321
This commit is contained in:
parent
c53ff7a082
commit
727f81d380
@ -1177,7 +1177,7 @@ run:
|
||||
if (use_shell_execute && lstrlenW(cmdline) > 10 && !memcmp(cmdline, L"link2ea://", 10 *sizeof(WCHAR)))
|
||||
{
|
||||
HDESK desktop = GetThreadDesktop(GetCurrentThreadId());
|
||||
DWORD timeout = 300;
|
||||
DWORD timeout = 3000;
|
||||
|
||||
link2ea = TRUE;
|
||||
if (!SetUserObjectInformationA(desktop, 1000, &timeout, sizeof(timeout)))
|
||||
|
Loading…
Reference in New Issue
Block a user