diff --git a/src/Entity/Window/Tab/Address/Navbar/Request.php b/src/Entity/Window/Tab/Address/Navbar/Request.php index a4451c8b..5b06c010 100644 --- a/src/Entity/Window/Tab/Address/Navbar/Request.php +++ b/src/Entity/Window/Tab/Address/Navbar/Request.php @@ -28,4 +28,17 @@ class Request extends \Yggverse\Yoda\Abstract\Entity\Window\Tab\Address\Navbar\E ) ); } + + public function setValue( + ?string $value = null + ): void + { + $this->gtk->set_text( + trim( + strval( + $value + ) + ) + ); + } } \ No newline at end of file