Stop auto updater from asking to run new instance

This commit is contained in:
Natsumi
2022-05-24 23:21:03 +12:00
parent 8b9b7f2907
commit 846ac31ef6

View File

@@ -56,8 +56,8 @@ namespace VRCX
private static void Run()
{
StartupArgs.ArgsCheck();
Update.Check();
StartupArgs.ArgsCheck();
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);