fix GTK method name

This commit is contained in:
yggverse 2024-07-08 01:14:15 +03:00
parent 0831614524
commit 0fd86e87fe

View File

@ -132,6 +132,6 @@ abstract class Entry
public function isVisible(): ?bool
{
return $this->gtk->get_visible();
return $this->gtk->get_visibility();
}
}