mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Proxy settings
This commit is contained in:
@@ -56,6 +56,7 @@ namespace VRCX
|
||||
MessageBox.Show(e.ToString(), "Update failed", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
}
|
||||
}
|
||||
|
||||
public static void DownloadInstallRedist()
|
||||
{
|
||||
try
|
||||
@@ -78,7 +79,6 @@ namespace VRCX
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private static string DownloadFile(string fileUrl)
|
||||
{
|
||||
HttpClient client = new HttpClient();
|
||||
|
||||
Reference in New Issue
Block a user