add icon for opus files

This commit is contained in:
NRK 2021-12-15 00:45:58 +06:00 committed by Arun Prakash Jana
parent 48bcc929e8
commit ac86fbed0f
No known key found for this signature in database
GPG key ID: A75979F35C080412
2 changed files with 3 additions and 0 deletions

View file

@ -187,6 +187,7 @@
/* O */
#define ICON_EXT_O ICON_MANUAL
#define ICON_EXT_OGG ICON_MUSICFILE
#define ICON_EXT_OPUS ICON_MUSICFILE
#define ICON_EXT_ODOWNLOAD ICON_DOWNLOADS
#define ICON_EXT_OUT ICON_LINUX

View file

@ -223,6 +223,7 @@ static const struct icon_pair icons_ext[] = {
/* O */
{"o", FILE_MANPAGE, 0},
{"ogg", FA_FILE_AUDIO_O, COLOR_AUDIO},
{"opus", FA_FILE_AUDIO_O, COLOR_AUDIO},
{"opdownload", FA_DOWNLOAD, 0},
{"out", FA_LINUX, 0},
@ -436,6 +437,7 @@ static const struct icon_pair icons_ext[] = {
/* O */
{"o", ICON_EXT_O, 0},
{"ogg", ICON_EXT_OGG, COLOR_AUDIO},
{"opus", ICON_EXT_OPUS, COLOR_AUDIO},
{"opdownload", ICON_EXT_ODOWNLOAD, 0},
{"out", ICON_EXT_OUT, 0},