1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 12:37:45 +00:00

Browser: Allow Ctrl+clicking on bookmark bar buttons :^)

This commit is contained in:
Andreas Kling 2020-05-12 20:35:45 +02:00
parent 977863ea07
commit a87f5e4154
4 changed files with 9 additions and 6 deletions

View file

@ -45,7 +45,7 @@ public:
void did_become_active();
Function<void(String)> on_title_change;
Function<void(URL&)> on_tab_open_request;
Function<void(const URL&)> on_tab_open_request;
Function<void(Tab&)> on_tab_close_request;
Function<void(const Gfx::Bitmap&)> on_favicon_change;