This commit is contained in:
爱编程的叶一笑 2024-05-05 13:45:12 +08:00 committed by GitHub
parent 261db3423c
commit 66f3899f85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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,"Sandman.exe")!=0)
if(wcsicmp(name,L"Sandman.exe")!=0)
return box->box;
}
box = List_Next(box);