This commit is contained in:
merelymyself 2022-09-20 19:02:11 +08:00 committed by Abin Simon
parent d2e97e01bc
commit 96d6f801fd

View file

@ -321,7 +321,8 @@ fn get_output(
Block::Date => block_vec.push(meta.date.render(colors, flags)),
Block::Name => {
block_vec.extend([
meta.name.render(colors, icons, display_option, flags.hyperlink),
meta.name
.render(colors, icons, display_option, flags.hyperlink),
meta.indicator.render(flags),
]);
if !(flags.no_symlink.0 || flags.dereference.0 || flags.layout == Layout::Grid) {