fix namespace

This commit is contained in:
yggverse 2024-07-05 01:58:43 +03:00
parent 08f09e4a5c
commit 278b421c0f

View File

@ -150,7 +150,7 @@ class Content
public function update(): void
{
$this->search(
$this->history->navbar->search->gtk->get_text()
$this->history->navbar->filter->gtk->get_text()
);
}