mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Fixes
This commit is contained in:
@@ -42,6 +42,9 @@ namespace VRCX
|
||||
cefSettings.CefCommandLineArgs.Add("disable-web-security");
|
||||
cefSettings.SetOffScreenRenderingBestPerformanceArgs();
|
||||
|
||||
if (Program.LaunchDebug)
|
||||
cefSettings.RemoteDebuggingPort = 8088;
|
||||
|
||||
// CefSharpSettings.WcfEnabled = true; // TOOD: REMOVE THIS LINE YO (needed for synchronous configRepository)
|
||||
CefSharpSettings.ShutdownOnExit = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user