From 0fd86e87feb3ded9d8cee2d0b444aaf441696c17 Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 8 Jul 2024 01:14:15 +0300 Subject: [PATCH] fix GTK method name --- src/Abstract/Entity/Entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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