diff --git a/src/Entity/Window/Tab/History/Content.php b/src/Entity/Window/Tab/History/Content.php index ed1932fa..269616e2 100644 --- a/src/Entity/Window/Tab/History/Content.php +++ b/src/Entity/Window/Tab/History/Content.php @@ -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