1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:37:35 +00:00

LibGUI+HackStudio: Associate new icons with their extensions

This commit is contained in:
thankyouverycool 2020-08-26 10:11:44 -04:00 committed by Andreas Kling
parent b227d54843
commit 45901d4141
4 changed files with 23 additions and 1 deletions

View file

@ -89,6 +89,9 @@ private:
GUI::Icon m_cplusplus_icon;
GUI::Icon m_header_icon;
GUI::Icon m_project_icon;
GUI::Icon m_javascript_icon;
GUI::Icon m_hackstudio_icon;
GUI::Icon m_form_icon;
};
}