mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-10 11:36:22 +00:00
Browser: Add context menu item for selecting all text
This commit is contained in:
parent
ae910e4370
commit
615a1c7210
Notes:
sideshowbarker
2024-07-18 09:03:15 +09:00
Author: https://github.com/trflynn89
Commit: 615a1c7210
Pull-request: https://github.com/SerenityOS/serenity/pull/8740
3 changed files with 12 additions and 0 deletions
|
@ -333,6 +333,7 @@ Tab::Tab(BrowserWindow& window, Type type)
|
|||
m_page_context_menu->add_action(window.reload_action());
|
||||
m_page_context_menu->add_separator();
|
||||
m_page_context_menu->add_action(window.copy_selection_action());
|
||||
m_page_context_menu->add_action(window.select_all_action());
|
||||
m_page_context_menu->add_separator();
|
||||
m_page_context_menu->add_action(window.view_source_action());
|
||||
m_page_context_menu->add_action(window.inspect_dom_tree_action());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue