Revert some changes

This commit is contained in:
Michel Roegl-Brunner 2025-04-11 09:39:03 +02:00
parent a3eec80254
commit d3a1ef5463

View File

@ -49,6 +49,14 @@ color() {
FUSE="${TAB}🔧${TAB}${CL}"
}
set_std_mode() {
if [ "$VERB" = "yes" ]; then
STD=""
else
STD="silent"
fi
}
declare -A MSG_INFO_SHOWN
SPINNER_ACTIVE=0
SPINNER_PID=""