mirror of
https://github.com/tw93/Mole.git
synced 2026-02-08 00:59:17 +00:00
fix: improve status icons and fix spinner cleanup
- Show ✓ for empty trash and discovered versions (normal states) - Fix inline spinner not stopping, causing residual display artifacts
This commit is contained in:
@@ -97,7 +97,7 @@ check_multiple_versions() {
|
||||
if [[ -n "$list_cmd" ]]; then
|
||||
hint=" · ${GRAY}${list_cmd}${NC}"
|
||||
fi
|
||||
echo -e " ${GRAY}${ICON_WARNING}${NC} ${tool_name}: ${count} found${hint}"
|
||||
echo -e " ${GREEN}${ICON_SUCCESS}${NC} ${tool_name}: ${count} found${hint}"
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user