mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:37:35 +00:00
Userland+Base: Treat ".webp" files as images :^)
This commit is contained in:
parent
676e1c2cdc
commit
9fa51987f8
2 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ bmp=/bin/ImageViewer
|
|||
jpg=/bin/ImageViewer
|
||||
jpeg=/bin/ImageViewer
|
||||
qoi=/bin/ImageViewer
|
||||
webp=/bin/ImageViewer
|
||||
tga=/bin/ImageViewer
|
||||
ico=/bin/ImageViewer
|
||||
html=/bin/Browser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue