mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 23:03:51 +02:00
Fix launch args
This commit is contained in:
@@ -59,8 +59,8 @@ namespace VRCX
|
||||
|
||||
private void SetProxy()
|
||||
{
|
||||
if (!string.IsNullOrEmpty(StartupArgs.LaunchArguements.ProxyUrl))
|
||||
ProxyUrl = StartupArgs.LaunchArguements.ProxyUrl;
|
||||
if (!string.IsNullOrEmpty(StartupArgs.LaunchArguments.ProxyUrl))
|
||||
ProxyUrl = StartupArgs.LaunchArguments.ProxyUrl;
|
||||
|
||||
if (string.IsNullOrEmpty(ProxyUrl))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user