Closed
Description
I have just noticed that the icons of links to directories look like files (ln=🗎). I guess the source shows the reason in icons.go
:
case f.linkState == working:
key = "ln"
Maybe it's possible to add something like ln-di
? But some might complain about other icons too. Maybe better ignore checking if it's a link or not and just use the icon of the linked file? Not sure, what do you think?
Activity