implement entry focus feature

This commit is contained in:
yggverse 2024-07-08 02:55:56 +03:00
parent ea776cac56
commit 4580c0ce6e
2 changed files with 12 additions and 1 deletions

View file

@ -87,7 +87,7 @@ class Response
{
if ($focus)
{
$this->query->gtk->grab_focus();
$this->query->focus();
}
if (!is_null($placeholder))