mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Proxy settings
This commit is contained in:
@@ -58,12 +58,6 @@ namespace VRCX
|
||||
Dock = DockStyle.Fill
|
||||
};
|
||||
|
||||
string? proxyUrl = VRCXStorage.Instance.Get("VRCX_ProxyServer");
|
||||
if (!string.IsNullOrEmpty(proxyUrl))
|
||||
{
|
||||
WebApi.Proxy = new WebProxy(proxyUrl);
|
||||
}
|
||||
|
||||
Browser.IsBrowserInitializedChanged += (A, B) =>
|
||||
{
|
||||
if (Program.LaunchDebug)
|
||||
|
||||
Reference in New Issue
Block a user