diff options
author | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2020-08-29 10:56:42 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-08-30 09:47:49 +0200 |
commit | b2de1ba7796a456858e063638ed0c55a13e3c6c7 (patch) | |
tree | 4fd2c1888bc4a7cf2142536073f1fe0bb1114e7d /Applications/Browser/Tab.h | |
parent | a5f7b7e3e788e27d2b6d6f2543e4239fd9a1a07e (diff) | |
download | serenity-b2de1ba7796a456858e063638ed0c55a13e3c6c7.zip |
Browser: Mark default action in context menu of hyperlinks
Diffstat (limited to 'Applications/Browser/Tab.h')
-rw-r--r-- | Applications/Browser/Tab.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Applications/Browser/Tab.h b/Applications/Browser/Tab.h index 5598cff65b..99d03fffa9 100644 --- a/Applications/Browser/Tab.h +++ b/Applications/Browser/Tab.h @@ -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; |