diff options
author | thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> | 2020-08-29 09:19:48 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-08-29 16:19:02 +0200 |
commit | 2f9a07107234ce776717760f3374ee430e9ae192 (patch) | |
tree | 48e520b4a461a8f64f26eb31b82c209680eedfcd /Libraries/LibGUI | |
parent | 45b6825a4bd78f209f7a90bbacf5de7f90786097 (diff) | |
download | serenity-2f9a07107234ce776717760f3374ee430e9ae192.zip |
Base+LibGUI: Refresh filetype icons for consistency
Improves ini icon depth and adds complementary 16x16/32x32 icons
for music and sound filetypes.
Diffstat (limited to 'Libraries/LibGUI')
-rw-r--r-- | Libraries/LibGUI/FileIconProvider.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibGUI/FileIconProvider.cpp b/Libraries/LibGUI/FileIconProvider.cpp index c152b83077..382a18b3f3 100644 --- a/Libraries/LibGUI/FileIconProvider.cpp +++ b/Libraries/LibGUI/FileIconProvider.cpp @@ -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") \ |