mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:07:45 +00:00
Browser: Implement "Copy Email/Phone" menu item for links
This commit is contained in:
parent
8d987aa9d6
commit
53f9be4ea8
2 changed files with 17 additions and 3 deletions
|
@ -132,6 +132,7 @@ private:
|
|||
|
||||
RefPtr<GUI::Menu> m_link_context_menu;
|
||||
RefPtr<GUI::Action> m_link_context_menu_default_action;
|
||||
RefPtr<GUI::Action> m_link_copy_action;
|
||||
URL m_link_context_menu_url;
|
||||
|
||||
RefPtr<GUI::Menu> m_image_context_menu;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue