Change the file icon for an empty one

This commit is contained in:
Peltoche 2018-12-12 11:48:44 +01:00
parent 1ef1904bd3
commit fb0f6cdaad
No known key found for this signature in database
GPG key ID: CED68D0487156952

View file

@ -34,7 +34,7 @@ impl Icons {
// Use the default icons. // Use the default icons.
match name.file_type() { match name.file_type() {
FileType::Directory => &"", FileType::Directory => &"",
_ => &"", _ => &"",
} }
} }