Add XML summary to RNG plug, disable sleep in Desktop, null check update in Terminal

This commit is contained in:
Stone_Red
2026-06-09 20:34:48 +02:00
parent e6bab7e371
commit a0c9f827e0
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ public class DesktopProcess : Process
WindowManager.Update();
// Sleep slightly to yield CPU to the main CLI thread (approx 60 FPS)
Thread.Sleep(16);
//Thread.Sleep(16);
}
IsRunning = false;