1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:27:34 +00:00

Browser: Add help menu item

Contributes towards: #21091
This commit is contained in:
Hugh Davenport 2024-01-04 16:55:09 +13:00 committed by Andrew Kaster
parent e4244f7469
commit 87e00565f1
3 changed files with 12 additions and 6 deletions

View file

@ -51,9 +51,9 @@ public:
void broadcast_window_size(Gfx::IntSize);
private:
BrowserWindow(WebView::CookieJar&, Vector<URL> const&);
BrowserWindow(WebView::CookieJar&, Vector<URL> const&, StringView const);
void build_menus();
void build_menus(StringView const);
ErrorOr<void> load_search_engines(GUI::Menu& settings_menu);
void set_window_title_for_tab(Tab const&);