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
Notes:
sideshowbarker
2024-07-17 18:13:55 +09:00
Author: https://github.com/electrikmilk Commit: https://github.com/SerenityOS/serenity/commit/7a5c4e7a1c Pull-request: https://github.com/SerenityOS/serenity/pull/12778
3 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ ini=*.ini
|
|||
java=*.java
|
||||
javascript=*.js,*.mjs
|
||||
json=*.json
|
||||
wasm=*.wasm
|
||||
library=*.so,*.so.*,*.a
|
||||
markdown=*.md
|
||||
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
Reference in a new issue