From bd18cd5e72cce7df375e774edeba9946739749a4 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Mon, 2 Feb 2026 12:10:05 +1300 Subject: [PATCH] Cef v144.0.120 --- Dotnet/VRCX-Cef.csproj | 14 +++++++------- Dotnet/VRCX-Electron.csproj | 6 +++--- Dotnet/WebApi.cs | 1 + 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Dotnet/VRCX-Cef.csproj b/Dotnet/VRCX-Cef.csproj index 11b20d41..a0206d63 100644 --- a/Dotnet/VRCX-Cef.csproj +++ b/Dotnet/VRCX-Cef.csproj @@ -93,21 +93,21 @@ - - + + - - - - + + + + - + diff --git a/Dotnet/VRCX-Electron.csproj b/Dotnet/VRCX-Electron.csproj index e8aaae49..a36fcbca 100644 --- a/Dotnet/VRCX-Electron.csproj +++ b/Dotnet/VRCX-Electron.csproj @@ -77,8 +77,8 @@ - - + + @@ -86,7 +86,7 @@ - + diff --git a/Dotnet/WebApi.cs b/Dotnet/WebApi.cs index d3cad853..e763fb71 100644 --- a/Dotnet/WebApi.cs +++ b/Dotnet/WebApi.cs @@ -143,6 +143,7 @@ namespace VRCX #endif CookieContainer = new CookieContainer(); InitializeHttpClient(); + _cookieDirty = true; SaveCookies(); }