Browse Source

implement update method

PHP-GTK3
yggverse 4 months ago
parent
commit
5365290ffd
  1. 7
      src/Entity/Window/Tab/History/Content.php

7
src/Entity/Window/Tab/History/Content.php

@ -147,6 +147,13 @@ class Content @@ -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…
Cancel
Save