This commit is contained in:
love-code-yeyixiao 2024-05-05 14:02:00 +08:00
parent 66f3899f85
commit ee1189fcef
1 changed files with 1 additions and 1 deletions

View File

@ -1394,7 +1394,7 @@ _FX BOX *Process_CheckForceProcess(
return box->box;
}
if (Process_IsWindowsExplorerParent(Parent) && wcscmp(Conf_Get(NULL, L"ForceExplorerChild", 0), box->box->name)==0) {
if(wcsicmp(name,L"Sandman.exe")!=0)
if(_wcsicmp(name,L"Sandman.exe")!=0)
return box->box;
}
box = List_Next(box);