mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
UI/Qt: Move "Open in New Tab" to the top of the link context menu
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user