Update core.func

This commit is contained in:
CanbiZ 2025-06-30 11:24:43 +02:00
parent 49281943c3
commit e7a00d483c

View File

@ -479,7 +479,6 @@ msg_ok() {
stop_spinner
local msg="$1"
echo -e "${BFR:-} ${CM:-✔️} ${GN}${msg}${CL}"
printf "\e[?25h"
}
msg_error() {