Hide group member only instances from Discord presence

This commit is contained in:
Natsumi
2024-09-19 15:45:04 +12:00
parent 6fc5d9e9ab
commit 252e2c4e17
3 changed files with 14 additions and 15 deletions

View File

@@ -110,9 +110,9 @@ namespace VRCX
#pragma warning disable SYSLIB0014 // Type or member is obsolete
client = new WebClient();
#pragma warning restore SYSLIB0014 // Type or member is obsolete
client.Headers.Add("user-agent", Program.Version);
if (WebApi.ProxySet)
client.Proxy = WebApi.Proxy;
client.Headers.Add("user-agent", Program.Version);
DownloadProgress = 0;
DownloadSize = size;
DownloadCanceled = false;