mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 02:56:10 +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
|
@ -42,7 +42,7 @@ public:
|
|||
GUI::Model* model() { return m_model.ptr(); }
|
||||
const GUI::Model* model() const { return m_model.ptr(); }
|
||||
|
||||
Function<void(const String&, const String&)> on_bookmark_click;
|
||||
Function<void(const String&, const String&, unsigned modifiers)> on_bookmark_click;
|
||||
Function<void(const String&, const String&)> on_bookmark_hover;
|
||||
|
||||
bool contains_bookmark(const String& url);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue