Image cache fixes

This commit is contained in:
Natsumi
2024-04-18 01:38:24 +12:00
parent 9e762e3cf0
commit 942bb0536b
3 changed files with 31 additions and 16 deletions

View File

@@ -59,6 +59,7 @@ namespace VRCX
//CefSharpSettings.WcfEnabled = true; // TOOD: REMOVE THIS LINE YO (needed for synchronous configRepository)
CefSharpSettings.ShutdownOnExit = false;
CefSharpSettings.ConcurrentTaskExecution = true;
if (Cef.Initialize(cefSettings, false) == false)
{