mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:17:46 +00:00
Browser: Mark default action in context menu of hyperlinks
This commit is contained in:
parent
a5f7b7e3e7
commit
b2de1ba779
2 changed files with 6 additions and 3 deletions
|
@ -101,6 +101,7 @@ private:
|
|||
RefPtr<GUI::ToolBarContainer> m_toolbar_container;
|
||||
|
||||
RefPtr<GUI::Menu> m_link_context_menu;
|
||||
RefPtr<GUI::Action> m_link_context_menu_default_action;
|
||||
URL m_link_context_menu_url;
|
||||
|
||||
RefPtr<GUI::Menu> m_tab_context_menu;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue