Update Sandboxie/core/dll/sysinfo.c
Co-authored-by: offhub <6871698+offhub@users.noreply.github.com>
This commit is contained in:
parent
ea8bd28d46
commit
b8467d5de9
|
@ -357,7 +357,7 @@ _FX void SysInfo_DiscardProcesses(SYSTEM_PROCESS_INFORMATION *buf)
|
|||
}
|
||||
if (!hideProcess) {
|
||||
if (_wcsnicmp(imagename, L"Sandboxie", 9) == 0 || _wcsnicmp(imagename, L"Sbie", 4) == 0) {
|
||||
if (SbieApi_QueryConfBool(NULL, L"HideSbieProcess", FALSE))
|
||||
if (SbieApi_QueryConfBool(NULL, L"HideSbieProcesses", FALSE))
|
||||
hideProcess = TRUE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue