mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:27:35 +00:00
Browser: Add a context menu item to search for the selected text
This commit is contained in:
parent
6af279a22d
commit
ae6e2e682e
4 changed files with 35 additions and 1 deletions
|
@ -50,5 +50,6 @@ struct IconBag final {
|
|||
RefPtr<Gfx::Bitmap> pause { nullptr };
|
||||
RefPtr<Gfx::Bitmap> mute { nullptr };
|
||||
RefPtr<Gfx::Bitmap> unmute { nullptr };
|
||||
RefPtr<Gfx::Bitmap> search { nullptr };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue