We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2dacc commit ec75498Copy full SHA for ec75498
1 file changed
OpenVRStartup/Program.cs
@@ -11,6 +11,9 @@ namespace OpenVRStartup
11
{
12
class Program
13
14
+ // TODO: Write log files of which command files we execute every launch.
15
+ // TODO: If no log file, stop execution with instruction of SteamVR startup toggle.
16
+
17
static void Main(string[] args)
18
19
// Starting worker
@@ -41,15 +44,12 @@ private static void Worker()
41
44
}
42
45
else
43
46
- Utils.Print("Waiting for 10 seconds...");
- Thread.Sleep(10000);
47
RunScripts();
48
OpenVR.Shutdown();
49
shouldRun = false;
50
51
if (!shouldRun)
52
- Thread.Sleep(5000);
53
Environment.Exit(0);
54
55
0 commit comments