未验证 提交 a2f3ff98 编写于 作者: M Mélanie Chauvel 提交者: GitHub

Merge pull request #993 from cab-1729/master

Adding icons for .part and .torrent files
......@@ -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}', // 
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册