mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
fix GTK method name
This commit is contained in:
parent
0831614524
commit
0fd86e87fe
1 changed files with 1 additions and 1 deletions
|
|
@ -132,6 +132,6 @@ abstract class Entry
|
||||||
|
|
||||||
public function isVisible(): ?bool
|
public function isVisible(): ?bool
|
||||||
{
|
{
|
||||||
return $this->gtk->get_visible();
|
return $this->gtk->get_visibility();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue