implement update method

This commit is contained in:
yggverse 2024-07-05 01:30:56 +03:00
parent a2e54edfcf
commit 5365290ffd

View file

@ -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