change to actual symlink icon

This commit is contained in:
Jay 2020-05-12 00:29:38 +01:00 committed by Abin Simon
parent 52a8ec70f9
commit 9b1243f2b0

View file

@ -62,7 +62,7 @@ impl Icons {
let icon = if let FileType::Directory { .. } = file_type {
self.default_folder_icon
} else if let FileType::SymLink { is_dir: true } = file_type {
"\u{f751}" // ""
"\u{f482}" // ""
} else if let FileType::SymLink { is_dir: false } = file_type {
"\u{e27c}" // ""
} else if let FileType::Socket = file_type {