mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
rename boolean getter
This commit is contained in:
parent
510e30cf3a
commit
0831614524
@ -130,7 +130,7 @@ abstract class Entry
|
||||
return $this->gtk->get_text();
|
||||
}
|
||||
|
||||
public function getVisible(): ?bool
|
||||
public function isVisible(): ?bool
|
||||
{
|
||||
return $this->gtk->get_visible();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user