mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Ladybird: Add the "Debug" category back to the menubar
This was accidentally removed in 5da9af4.
This commit is contained in:
@@ -238,6 +238,7 @@ BrowserWindow::BrowserWindow(Vector<URL::URL> const& initial_urls, WebView::Cook
|
||||
});
|
||||
|
||||
auto* debug_menu = m_hamburger_menu->addMenu("&Debug");
|
||||
menuBar()->addMenu(debug_menu);
|
||||
|
||||
auto* dump_session_history_tree_action = new QAction("Dump Session History Tree", this);
|
||||
dump_session_history_tree_action->setIcon(load_icon_from_uri("resource://icons/16x16/history.png"sv));
|
||||
|
||||
Reference in New Issue
Block a user