diff --git a/Dotnet/Cef/CefService.cs b/Dotnet/Cef/CefService.cs index 99c5b1c2..a6848a59 100644 --- a/Dotnet/Cef/CefService.cs +++ b/Dotnet/Cef/CefService.cs @@ -27,7 +27,6 @@ namespace VRCX LogSeverity = LogSeverity.Disable, WindowlessRenderingEnabled = true, PersistSessionCookies = true, - PersistUserPreferences = true, UserAgent = Program.Version, BrowserSubprocessPath = Environment.ProcessPath, BackgroundColor = 0xFF101010 diff --git a/VRCX.csproj b/VRCX.csproj index be3c9468..7d4d31b9 100644 --- a/VRCX.csproj +++ b/VRCX.csproj @@ -80,12 +80,12 @@ - - + + - +