From e7a00d483c3f415615763487eea827afdd4851af Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 30 Jun 2025 11:24:43 +0200 Subject: [PATCH] Update core.func --- misc/core.func | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/core.func b/misc/core.func index ea5c3f88..67537c4b 100644 --- a/misc/core.func +++ b/misc/core.func @@ -479,7 +479,6 @@ msg_ok() { stop_spinner local msg="$1" echo -e "${BFR:-} ${CM:-✔️} ${GN}${msg}${CL}" - printf "\e[?25h" } msg_error() {