diff --git a/src/Abstract/Entity/Entry.php b/src/Abstract/Entity/Entry.php index 2705d36d..153c5e5d 100644 --- a/src/Abstract/Entity/Entry.php +++ b/src/Abstract/Entity/Entry.php @@ -111,7 +111,7 @@ abstract class Entry ): void { $this->gtk->set_visibility( - is_null($value) ? $this->_visibility : $value + is_null($value) ? $this->_visible : $value ); }