1
Fork 0
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:
Ben Wiederhake 2020-08-29 10:56:42 +02:00 committed by Andreas Kling
parent a5f7b7e3e7
commit b2de1ba779
2 changed files with 6 additions and 3 deletions

View file

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