mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Always run overlay when running VRCX in debug mode
This commit is contained in:
@@ -42,7 +42,9 @@ internal static class OverlayProgram
|
||||
private static async Task QuitProcess()
|
||||
{
|
||||
await Task.Delay(5000);
|
||||
while (OverlayClient.ConnectedAndActive)
|
||||
while (Program.LaunchDebug ?
|
||||
OverlayClient.Connected :
|
||||
OverlayClient.ConnectedAndActive)
|
||||
{
|
||||
await Task.Delay(500);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user