From c7f06e9a1d5ec30308166f3d4c020d9c41d62367 Mon Sep 17 00:00:00 2001 From: pypy Date: Fri, 24 Jan 2020 02:57:22 +0900 Subject: [PATCH] add --enable-debug-gui parameter --- VRCX.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/VRCX.cs b/VRCX.cs index 1483eca9..ae4f4299 100644 --- a/VRCX.cs +++ b/VRCX.cs @@ -59,6 +59,7 @@ namespace VRCX { args.Append("--no-vr "); } + args.Append("--enable-debug-gui "); args.Append("\"vrchat://launch?id="); args.Append(location); args.Append('"');