mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
implement update method
This commit is contained in:
parent
a2e54edfcf
commit
5365290ffd
1 changed files with 7 additions and 0 deletions
|
|
@ -147,6 +147,13 @@ class Content
|
|||
$this->list->clear();
|
||||
}
|
||||
|
||||
public function update(): void
|
||||
{
|
||||
$this->search(
|
||||
$this->history->navbar->search->gtk->get_text()
|
||||
);
|
||||
}
|
||||
|
||||
public function search(
|
||||
string $filter = ''
|
||||
): void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue