From d1f78968a47fe6dfcd6a1642223f19addff2d7f4 Mon Sep 17 00:00:00 2001 From: niklascfw Date: Wed, 11 Feb 2026 16:50:22 +0100 Subject: [PATCH] Added wait warning --- source/main.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/main.c b/source/main.c index 1068a1d..95c93c0 100644 --- a/source/main.c +++ b/source/main.c @@ -434,7 +434,10 @@ void ipl_main(void) { // Perform the installation set_color(COLOR_YELLOW); - gfx_printf("Installation wird gestartet...\n\n"); + gfx_printf("Installation wird gestartet...\n"); + set_color(COLOR_WHITE); + set_color(COLOR_ORANGE); + gfx_printf("Hinweis: Manchmal könnte es hängen. Einfach warten.\n\n"); set_color(COLOR_WHITE); int result = perform_installation(pack_variant, mode);