Start gift theme background parsing.

This commit is contained in:
John Preston
2025-08-26 22:11:48 +04:00
parent 9e8ae54821
commit 4419ba55e8
13 changed files with 207 additions and 106 deletions
@@ -169,7 +169,7 @@ base::binary_guard ReadBackgroundImageAsync(
guard = result.make_guard(),
callback = std::move(done)
]() mutable {
auto image = Ui::ReadBackgroundImage(path, bytes, gzipSvg);
auto image = Ui::ReadBackgroundImage(path, bytes, gzipSvg).image;
if (postprocess) {
image = postprocess(std::move(image));
}