mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +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
Notes:
sideshowbarker
2024-07-17 01:51:00 +09:00
Author: https://github.com/AtkinsSJ
Commit: c2082b45ee
Pull-request: https://github.com/SerenityOS/serenity/pull/17280
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