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(); }