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

Browser: Add a context menu item to search for the selected text

This commit is contained in:
Timothy Flynn 2023-10-23 13:36:33 -04:00 committed by Andreas Kling
parent 6af279a22d
commit ae6e2e682e
4 changed files with 35 additions and 1 deletions

View file

@ -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 };
};
}