From 19c423ecfa165a3b5864ee06bdeaf09eda45d2ac Mon Sep 17 00:00:00 2001 From: templeofshadow Date: Mon, 29 Jun 2026 19:55:14 -0500 Subject: [PATCH] added short pause before mainloop to display initialization changes --- main.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.lua b/main.lua index 9ac52c6..3e21008 100644 --- a/main.lua +++ b/main.lua @@ -1052,6 +1052,8 @@ end function Main() Init() + os.sleep(5) -- pause for any initialization errors to display + local sentinel = true print("Mainloop starting. Press 'q' to stop the loop and save configuration changes.") while sentinel do