Update sysinfo.c

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

View File

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