From a9f8f69037587393635fcab1877568b5f70d29ef Mon Sep 17 00:00:00 2001 From: JieXu Date: Mon, 27 Oct 2025 20:06:02 +0800 Subject: [PATCH] Update Program.cs --- v2rayN/v2rayN.Desktop/Program.cs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/v2rayN/v2rayN.Desktop/Program.cs b/v2rayN/v2rayN.Desktop/Program.cs index 72e5934b..1a0ce38e 100644 --- a/v2rayN/v2rayN.Desktop/Program.cs +++ b/v2rayN/v2rayN.Desktop/Program.cs @@ -12,13 +12,6 @@ internal class Program [STAThread] public static void Main(string[] args) { - if (OperatingSystem.IsWindows() && - System.Runtime.InteropServices.RuntimeInformation.OSArchitecture == - System.Runtime.InteropServices.Architecture.Arm64) - { - Environment.SetEnvironmentVariable("AVALONIA_AUTOMATION", "0"); - } - if (OnStartup(args) == false) { Environment.Exit(0);