Update sysinfo.c

This commit is contained in:
DavidXanatos 2022-06-09 21:29:18 +02:00
parent e8ef632592
commit a72637dfa8
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ _FX BOOLEAN SysInfo_Init(void)
}
extern BOOLEAN Gui_OpenAllWinClasses;
SysInfo_UseSbieJob = !Gui_OpenAllWinClasses && !SbieApi_QueryConfBool(NULL, L"NoAddProcessToJob", TRUE);
SysInfo_UseSbieJob = !Gui_OpenAllWinClasses && !SbieApi_QueryConfBool(NULL, L"NoAddProcessToJob", FALSE);
if (Dll_OsBuild >= 8400)
SysInfo_CanUseJobs = SbieApi_QueryConfBool(NULL, L"AllowBoxedJobs", TRUE);