mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 08:55:54 +00:00
add icon for files of type opus
This commit is contained in:
parent
6ad2ce4430
commit
b24efc1fd3
|
@ -848,6 +848,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
|||
$icons["pdf"] = "gnome-mime-application-pdf.svg";
|
||||
$icons["wav"] = "audio.svg";
|
||||
$icons["mp3"] = "audio.svg";
|
||||
$icons["opus"] = "audio.svg";
|
||||
$icons["c"] = "text-x-preview.svg";
|
||||
$icons["cpp"] = "text-x-preview.svg";
|
||||
$icons["h"] = "text-x-preview.svg";
|
||||
|
|
Loading…
Reference in New Issue
Block a user