mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-01 12:13:01 +00:00
Update Program.cs
This commit is contained in:
parent
3ad0454988
commit
a9f8f69037
1 changed files with 0 additions and 7 deletions
|
|
@ -12,13 +12,6 @@ internal class Program
|
||||||
[STAThread]
|
[STAThread]
|
||||||
public static void Main(string[] args)
|
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)
|
if (OnStartup(args) == false)
|
||||||
{
|
{
|
||||||
Environment.Exit(0);
|
Environment.Exit(0);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue