1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:17:44 +00:00

Browser: Add a custom icon for the "New Window" action

This commit is contained in:
Gunnar Beutner 2022-10-06 20:37:23 +02:00 committed by Andreas Kling
parent 19494b436b
commit be80ac619f
4 changed files with 3 additions and 1 deletions

View file

@ -27,6 +27,7 @@ struct IconBag final {
RefPtr<Gfx::Bitmap> new_tab { nullptr };
RefPtr<Gfx::Bitmap> duplicate_tab { nullptr };
RefPtr<Gfx::Bitmap> close_other_tabs { nullptr };
RefPtr<Gfx::Bitmap> new_window { nullptr };
RefPtr<Gfx::Bitmap> code { nullptr };
RefPtr<Gfx::Bitmap> dom_tree { nullptr };
RefPtr<Gfx::Bitmap> layout { nullptr };