use page title on create bookmark

This commit is contained in:
yggverse 2024-07-24 18:43:01 +03:00
parent d76686760b
commit c7d638f6f8

View file

@ -24,7 +24,8 @@ class Bookmark extends Button
{
$this->setImage(
$this->navbar->page->container->browser->database->toggleBookmark(
$this->navbar->request->getValue()
$this->navbar->request->getValue(),
$this->navbar->page->title->getValue()
) ? self::_IMAGE_STARRED_YES : self::_IMAGE_STARRED_NON
);
}