mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
UI/Qt: Move "Open in New Tab" to the top of the link context menu
This commit is contained in:
parent
76662d2f01
commit
7a2d837c8a
Notes:
github-actions[bot]
2024-09-23 07:01:34 +00:00
Author: https://github.com/rmg-x Commit: https://github.com/LadybirdBrowser/ladybird/commit/7a2d837c8ab Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1489 Reviewed-by: https://github.com/tcl3 ✅
1 changed files with 1 additions and 1 deletions
|
@ -542,8 +542,8 @@ Tab::Tab(BrowserWindow* window, RefPtr<WebView::WebContentClient> parent_client,
|
|||
});
|
||||
|
||||
m_link_context_menu = new QMenu("Link context menu", this);
|
||||
m_link_context_menu->addAction(open_link_action);
|
||||
m_link_context_menu->addAction(open_link_in_new_tab_action);
|
||||
m_link_context_menu->addAction(open_link_action);
|
||||
m_link_context_menu->addSeparator();
|
||||
m_link_context_menu->addAction(m_link_context_menu_copy_url_action);
|
||||
m_link_context_menu->addSeparator();
|
||||
|
|
Loading…
Reference in a new issue