refresh bookmark button on refresh navbar

This commit is contained in:
yggverse 2024-07-24 18:44:41 +03:00
parent c7d638f6f8
commit 80766fb62c

View file

@ -109,7 +109,8 @@ class Navbar
public function refresh()
{
$this->base->refresh();
$this->update->refresh();
$this->bookmark->refresh();
$this->history->refresh();
$this->update->refresh();
}
}