mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:07:45 +00:00
Base: Add WASM file type icon
Adds 16x16 and 32x32 filetype icons for Web Assembly files.
This commit is contained in:
parent
a57128467a
commit
7a5c4e7a1c
3 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ ini=*.ini
|
||||||
java=*.java
|
java=*.java
|
||||||
javascript=*.js,*.mjs
|
javascript=*.js,*.mjs
|
||||||
json=*.json
|
json=*.json
|
||||||
|
wasm=*.wasm
|
||||||
library=*.so,*.so.*,*.a
|
library=*.so,*.so.*,*.a
|
||||||
markdown=*.md
|
markdown=*.md
|
||||||
music=*.midi
|
music=*.midi
|
||||||
|
|
BIN
Base/res/icons/16x16/filetype-wasm.png
Normal file
BIN
Base/res/icons/16x16/filetype-wasm.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
BIN
Base/res/icons/32x32/filetype-wasm.png
Normal file
BIN
Base/res/icons/32x32/filetype-wasm.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
Loading…
Add table
Add a link
Reference in a new issue