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:
parent
900cd78121
commit
c2082b45ee
3 changed files with 1 additions and 15 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue