1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 04:38:11 +00:00

Base+LibGUI: Refresh filetype icons for consistency

Improves ini icon depth and adds complementary 16x16/32x32 icons
for music and sound filetypes.
This commit is contained in:
thankyouverycool 2020-08-29 09:19:48 -04:00 committed by Andreas Kling
parent 45b6825a4b
commit 2f9a071072
6 changed files with 1 additions and 0 deletions

View file

@ -43,6 +43,7 @@ namespace GUI {
F(javascript, ".js") \
F(library, ".so", ".a") \
F(markdown, ".md") \
F(music, ".midi") \
F(object, ".o", ".obj") \
F(pdf, ".pdf") \
F(python, ".py") \