diff --git a/src/Abstract/Entity/Entry.php b/src/Abstract/Entity/Entry.php index 22d99609..e1c26fd1 100644 --- a/src/Abstract/Entity/Entry.php +++ b/src/Abstract/Entity/Entry.php @@ -132,6 +132,6 @@ abstract class Entry public function isVisible(): ?bool { - return $this->gtk->get_visible(); + return $this->gtk->get_visibility(); } } \ No newline at end of file