mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
FileIconProvider: Use sound icon for flac file extension
This commit is contained in:
parent
595ba17cfa
commit
80dba466db
Notes:
sideshowbarker
2024-07-18 11:15:57 +09:00
Author: https://github.com/ngc6302h
Commit: 80dba466db
Pull-request: https://github.com/SerenityOS/serenity/pull/8296
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/kleinesfilmroellchen
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ music=*.midi
|
||||||
object=*.o,*.obj
|
object=*.o,*.obj
|
||||||
pdf=*.pdf
|
pdf=*.pdf
|
||||||
python=*.py
|
python=*.py
|
||||||
sound=*.wav
|
sound=*.wav,*.flac
|
||||||
spreadsheet=*.sheets
|
spreadsheet=*.sheets
|
||||||
text=*.txt
|
text=*.txt
|
||||||
truetype=*.ttf
|
truetype=*.ttf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue