mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
use local gtk show initiation instead of show_all method
This commit is contained in:
parent
5fda126ea9
commit
12a1473d8c
28 changed files with 79 additions and 10 deletions
|
|
@ -81,7 +81,7 @@ class Response
|
|||
|
||||
public function show(): void
|
||||
{
|
||||
$this->gtk->show_all();
|
||||
$this->gtk->show();
|
||||
}
|
||||
|
||||
public function hide(): void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue