mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
Resources: Added filetype icon for object, library, text and unknown.
This commit is contained in:
committed by
Andreas Kling
parent
0f91045008
commit
694e4e9168
Notes:
sideshowbarker
2024-07-19 07:49:35 +09:00
Author: https://github.com/sleepy-monax Commit: https://github.com/SerenityOS/serenity/commit/694e4e91680 Pull-request: https://github.com/SerenityOS/serenity/pull/1691
@@ -155,12 +155,13 @@ private:
|
||||
GUI::Icon m_filetype_image_icon;
|
||||
GUI::Icon m_filetype_sound_icon;
|
||||
GUI::Icon m_filetype_html_icon;
|
||||
|
||||
GUI::Icon m_filetype_cplusplus_icon;
|
||||
GUI::Icon m_filetype_java_icon;
|
||||
GUI::Icon m_filetype_javascript_icon;
|
||||
GUI::Icon m_filetype_text_icon;
|
||||
GUI::Icon m_filetype_pdf_icon;
|
||||
GUI::Icon m_filetype_library_icon;
|
||||
GUI::Icon m_filetype_object_icon;
|
||||
|
||||
unsigned m_thumbnail_progress { 0 };
|
||||
unsigned m_thumbnail_progress_total { 0 };
|
||||
|
||||
Reference in New Issue
Block a user