mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2025-01-24 15:22:22 +01:00
Increased number of Start menu injection retries
This commit is contained in:
parent
aa0371e0fb
commit
2f1be803f0
@ -288,7 +288,7 @@ DWORD WINAPI HookStartMenu(HookStartMenuParams* params)
|
||||
else
|
||||
{
|
||||
retry++;
|
||||
if (retry > 5) return 0;
|
||||
if (retry > 20) return 0;
|
||||
Sleep(params->dwTimeout);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user