1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 04:57:44 +00:00

Browser: Mark default action in context menu of bookmarks

This commit is contained in:
Ben Wiederhake 2020-08-29 10:56:35 +02:00 committed by Andreas Kling
parent e59c415ae3
commit a5f7b7e3e7
2 changed files with 11 additions and 4 deletions

View file

@ -70,6 +70,7 @@ private:
RefPtr<GUI::Menu> m_additional_menu;
RefPtr<GUI::Menu> m_context_menu;
RefPtr<GUI::Action> m_context_menu_default_action;
String m_context_menu_url;
NonnullRefPtrVector<GUI::Button> m_bookmarks;