1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:47:44 +00:00

FileManager+LibGUI+html: Add an icon to represent HTML files

This also becomes the app icon for the little "html" program. :^)
This commit is contained in:
Andreas Kling 2019-09-29 21:00:41 +02:00
parent e38b454e11
commit 3900eebf15
6 changed files with 36 additions and 0 deletions

View file

@ -78,6 +78,7 @@ private:
GIcon m_executable_icon;
GIcon m_filetype_image_icon;
GIcon m_filetype_sound_icon;
GIcon m_filetype_html_icon;
HashMap<uid_t, String> m_user_names;
HashMap<gid_t, String> m_group_names;