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:
parent
19494b436b
commit
be80ac619f
4 changed files with 3 additions and 1 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue