mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
fix set_from_resource method name
This commit is contained in:
parent
1086d48051
commit
a0dfd10b8c
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class Image
|
|||
string $data
|
||||
): void
|
||||
{
|
||||
$this->gtk->new_from_resource(
|
||||
$this->gtk->set_from_resource(
|
||||
$data
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue