mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
refresh bookmark button on refresh navbar
This commit is contained in:
parent
c7d638f6f8
commit
80766fb62c
1 changed files with 2 additions and 1 deletions
|
|
@ -109,7 +109,8 @@ class Navbar
|
||||||
public function refresh()
|
public function refresh()
|
||||||
{
|
{
|
||||||
$this->base->refresh();
|
$this->base->refresh();
|
||||||
$this->update->refresh();
|
$this->bookmark->refresh();
|
||||||
$this->history->refresh();
|
$this->history->refresh();
|
||||||
|
$this->update->refresh();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue