From 503f4d4cd65d2bdb3ae028dd89c8ffb3e4b3216c Mon Sep 17 00:00:00 2001 From: CTCaer Date: Fri, 15 Oct 2021 16:26:57 +0300 Subject: [PATCH] tui: tools: simplify autorcm warning --- bootloader/frontend/fe_tools.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bootloader/frontend/fe_tools.c b/bootloader/frontend/fe_tools.c index d6b9ae2..93f99a7 100644 --- a/bootloader/frontend/fe_tools.c +++ b/bootloader/frontend/fe_tools.c @@ -311,9 +311,7 @@ void menu_autorcm() if (h_cfg.rcm_patched) { - gfx_printf("%kThis device is RCM patched and\nAutoRCM function is disabled.\n\n" - "In case %kAutoRCM%k is enabled\nthis will %kBRICK%k the device PERMANENTLY!!%k", - 0xFFFFDD00, 0xFFFF0000, 0xFFFFDD00, 0xFFFF0000, 0xFFFFDD00, 0xFFCCCCCC); + WPRINTF("This device is RCM patched and the\nfunction is disabled to avoid BRICKS!\n"); btn_wait(); return;