mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:27:45 +00:00
Browser: Allow Ctrl+clicking on bookmark bar buttons :^)
This commit is contained in:
parent
977863ea07
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