From 9990dfb2bacd72109533010807b1d23bce440c3d Mon Sep 17 00:00:00 2001 From: niklascfw Date: Thu, 4 Jun 2026 22:02:22 +0200 Subject: [PATCH] install: shortend finish delay to 1,5 seconds --- source/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.c b/source/main.c index dcfbaec..e8c06b3 100644 --- a/source/main.c +++ b/source/main.c @@ -651,7 +651,7 @@ void ipl_main(void) { int result = perform_installation(pack_variant, mode); // Wait 3 seconds before clearing screen to allow errors to be visible - msleep(3000); + msleep(1500); // take_screenshot(); // Take a screenshot of the installation summary // Clear screen for final summary to ensure it's visible