Skip to content

Commit

Permalink
UI/Qt: Move "Open in New Tab" to the top of the link context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
rmg-x committed Sep 22, 2024
1 parent 42a1a0b commit 6121496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ladybird/Qt/Tab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,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();
Expand Down

0 comments on commit 6121496

Please sign in to comment.