mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 10:06:03 +00:00
Browser: Allow Ctrl+clicking on bookmark bar buttons :^)
This commit is contained in:
parent
977863ea07
commit
a87f5e4154
Notes:
sideshowbarker
2024-07-19 06:42:00 +09:00
Author: https://github.com/awesomekling
Commit: a87f5e4154
4 changed files with 9 additions and 6 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue