mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 06:02:36 +00:00
Change the file icon for an empty one
This commit is contained in:
parent
1ef1904bd3
commit
fb0f6cdaad
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ impl Icons {
|
|||
// Use the default icons.
|
||||
match name.file_type() {
|
||||
FileType::Directory => &"",
|
||||
_ => &"",
|
||||
_ => &"",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue