mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:47:46 +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
|
@ -48,6 +48,7 @@ ErrorOr<IconBag> IconBag::try_create()
|
|||
icon_bag.pause = TRY(Gfx::Bitmap::load_from_file("/res/icons/16x16/pause.png"sv));
|
||||
icon_bag.mute = TRY(Gfx::Bitmap::load_from_file("/res/icons/16x16/audio-volume-muted.png"sv));
|
||||
icon_bag.unmute = TRY(Gfx::Bitmap::load_from_file("/res/icons/16x16/audio-volume-high.png"sv));
|
||||
icon_bag.search = TRY(Gfx::Bitmap::load_from_file("/res/icons/16x16/find.png"sv));
|
||||
|
||||
return icon_bag;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue