mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
Stop auto updater from asking to run new instance
This commit is contained in:
+1
-1
@@ -56,8 +56,8 @@ namespace VRCX
|
|||||||
|
|
||||||
private static void Run()
|
private static void Run()
|
||||||
{
|
{
|
||||||
StartupArgs.ArgsCheck();
|
|
||||||
Update.Check();
|
Update.Check();
|
||||||
|
StartupArgs.ArgsCheck();
|
||||||
|
|
||||||
Application.EnableVisualStyles();
|
Application.EnableVisualStyles();
|
||||||
Application.SetCompatibleTextRenderingDefault(false);
|
Application.SetCompatibleTextRenderingDefault(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user