mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +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();
|
$this->list->clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function update(): void
|
||||||
|
{
|
||||||
|
$this->search(
|
||||||
|
$this->history->navbar->search->gtk->get_text()
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
public function search(
|
public function search(
|
||||||
string $filter = ''
|
string $filter = ''
|
||||||
): void
|
): void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue