From 58508966debb18f843090fff530ff3c3bc4917ca Mon Sep 17 00:00:00 2001 From: Sofia <253282481+sofia-riese@users.noreply.github.com> Date: Sat, 24 Jan 2026 10:27:54 +0800 Subject: [PATCH] chore(menu.sh): remove errornum() and use from common.sh --- scripts/menu.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/menu.sh b/scripts/menu.sh index c079ce88..af1cfdb1 100644 --- a/scripts/menu.sh +++ b/scripts/menu.sh @@ -31,13 +31,6 @@ CFG_PATH="$CRASHDIR"/configs/ShellCrash.cfg load_lang common load_lang menu -errornum() { - line_break - separator_line "=" - content_line "\033[31m$MENU_ERR_INPUT\033[0m" - separator_line "=" -} - checkrestart() { line_break separator_line "="