Merge pull request #993 from cab-1729/master

Adding icons for .part and .torrent files
This commit is contained in:
Mélanie Chauvel 2022-01-05 00:09:31 +01:00 committed by GitHub
commit a2f3ff98c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -258,6 +258,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
"ogg" => '\u{f001}', // 
"ogv" => '\u{f03d}', // 
"otf" => '\u{f031}', // 
"part" => '\u{f43a}', // 
"patch" => '\u{f440}', // 
"pdf" => '\u{f1c1}', // 
"php" => '\u{e73d}', // 
@ -317,6 +318,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
"tiff" => '\u{f1c5}', // 
"tlz" => '\u{f410}', // 
"toml" => '\u{e615}', // 
"torrent" => '\u{e275}', // 
"ts" => '\u{e628}', // 
"tsv" => '\u{f1c3}', // 
"tsx" => '\u{e7ba}', // 