fix set_from_resource method name

This commit is contained in:
yggverse 2024-07-18 17:08:56 +03:00
parent 1086d48051
commit a0dfd10b8c

View file

@ -27,7 +27,7 @@ class Image
string $data
): void
{
$this->gtk->new_from_resource(
$this->gtk->set_from_resource(
$data
);
}