mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:37:44 +00:00
Browser: Rename "take screenshot" action to "take visible screenshot"
This is to differentiate between this and an upcoming action to take a screenshot of the entire document.
This commit is contained in:
parent
f652c75f34
commit
59b1dfa4e5
3 changed files with 6 additions and 6 deletions
|
@ -405,7 +405,7 @@ Tab::Tab(BrowserWindow& window)
|
|||
m_page_context_menu->add_action(window.inspect_dom_tree_action());
|
||||
m_page_context_menu->add_action(window.inspect_dom_node_action());
|
||||
m_page_context_menu->add_separator();
|
||||
m_page_context_menu->add_action(window.take_screenshot_action());
|
||||
m_page_context_menu->add_action(window.take_visible_screenshot_action());
|
||||
view().on_context_menu_request = [&](auto& screen_position) {
|
||||
m_page_context_menu->popup(screen_position);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue