mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-27 18:53:47 +02:00
Persist friendbar hide states, hide nicknames option
This commit is contained in:
@@ -41,8 +41,8 @@ namespace VRCX
|
||||
cookieString += $"{cookie.Name}={cookie.Value};";
|
||||
}
|
||||
|
||||
webClient.Headers.Add(HttpRequestHeader.Cookie, cookieString);
|
||||
webClient.Headers.Add("user-agent", Program.Version);
|
||||
webClient.Headers[HttpRequestHeader.Cookie] = cookieString;
|
||||
webClient.Headers[HttpRequestHeader.UserAgent] = Program.Version;
|
||||
webClient.DownloadFile(url, fileLocation);
|
||||
|
||||
int cacheSize = Directory.GetDirectories(cacheLocation).Length;
|
||||
|
||||
Reference in New Issue
Block a user