We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57caeb7 commit c3b5ce1Copy full SHA for c3b5ce1
1 file changed
LighthouseV2PowerControl/Program.cs
@@ -120,6 +120,7 @@ private static void QuitThreadChecker()
120
while (!cancellationToken.IsCancellationRequested)
121
{
122
OVRSystem.AcknowledgeQuit_Exiting();
123
+ Thread.Sleep(100);
124
}
125
Exit();
126
0 commit comments