fix variable name

This commit is contained in:
yggverse 2024-07-08 01:12:03 +03:00
parent b81b50fe25
commit 510e30cf3a

View file

@ -111,7 +111,7 @@ abstract class Entry
): void ): void
{ {
$this->gtk->set_visibility( $this->gtk->set_visibility(
is_null($value) ? $this->_visibility : $value is_null($value) ? $this->_visible : $value
); );
} }