mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 01:56:38 +00:00
Browser: Add a context menu item to search for the selected text
This commit is contained in:
parent
6af279a22d
commit
ae6e2e682e
Notes:
sideshowbarker
2024-07-16 20:21:48 +09:00
Author: https://github.com/trflynn89
Commit: ae6e2e682e
Pull-request: https://github.com/SerenityOS/serenity/pull/21566
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