From 846ac31ef694dbb9f21b4828535f86a0eea6d57b Mon Sep 17 00:00:00 2001 From: Natsumi Date: Tue, 24 May 2022 23:21:03 +1200 Subject: [PATCH] Stop auto updater from asking to run new instance --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 50caa807..9f97b439 100644 --- a/Program.cs +++ b/Program.cs @@ -56,8 +56,8 @@ namespace VRCX private static void Run() { - StartupArgs.ArgsCheck(); Update.Check(); + StartupArgs.ArgsCheck(); Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false);