Skip to content

Commit

Permalink
Ladybird: Add the "Debug" category back to the menubar
Browse files Browse the repository at this point in the history
This was accidentally removed in 5da9af4.
  • Loading branch information
MacDue authored and trflynn89 committed May 6, 2024
1 parent 3c138b9 commit 5bb37ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Ladybird/Qt/BrowserWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:https://icons/16x16/history.png"sv));
Expand Down

0 comments on commit 5bb37ca

Please sign in to comment.