1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:37:35 +00:00

Browser: Use GUI::CommonActions::make_about_action()

Browser had bespoke code for showing the exact same AboutDialog, in a
more convoluted way.
This commit is contained in:
Sam Atkins 2023-02-02 16:17:57 +00:00 committed by Sam Atkins
parent 900cd78121
commit c2082b45ee
3 changed files with 1 additions and 15 deletions

View file

@ -22,7 +22,6 @@ public:
Function<void()> on_next_tab;
Function<void()> on_previous_tab;
Vector<Function<void()>> on_tabs;
Function<void()> on_about;
Function<void(GUI::Action&)> on_show_bookmarks_bar;
Function<void(GUI::Action&)> on_vertical_tabs;