mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 14:26:06 +02:00
Fix incorrect user instance timer when friend joins while in private
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ namespace VRCX
|
||||
cefSettings.CefCommandLineArgs.Add("disable-web-security");
|
||||
cefSettings.SetOffScreenRenderingBestPerformanceArgs();
|
||||
|
||||
CefSharpSettings.WcfEnabled = true; // TOOD: REMOVE THIS LINE YO
|
||||
// CefSharpSettings.WcfEnabled = true; // TOOD: REMOVE THIS LINE YO
|
||||
CefSharpSettings.ShutdownOnExit = false;
|
||||
|
||||
// Enable High-DPI support on Windows 7 or newer
|
||||
|
||||
Reference in New Issue
Block a user