mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
fix GTK method name
This commit is contained in:
parent
0831614524
commit
0fd86e87fe
@ -132,6 +132,6 @@ abstract class Entry
|
||||
|
||||
public function isVisible(): ?bool
|
||||
{
|
||||
return $this->gtk->get_visible();
|
||||
return $this->gtk->get_visibility();
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user