mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:17:35 +00:00
Browser: Add right-click context menu item for editing bookmarks
This allows users to right-click on a bookmark button to open a small dialog for editing bookmark titles and URLs.
This commit is contained in:
parent
990e362a17
commit
cd82fd24e2
4 changed files with 174 additions and 0 deletions
|
@ -52,6 +52,7 @@ public:
|
|||
bool contains_bookmark(const String& url);
|
||||
bool remove_bookmark(const String& url);
|
||||
bool add_bookmark(const String& url, const String& title);
|
||||
bool edit_bookmark(const String& url);
|
||||
|
||||
private:
|
||||
BookmarksBarWidget(const String&, bool enabled);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue