mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Update API scheme on layer 107.
This commit is contained in:
@@ -716,6 +716,9 @@ void BackgroundPreviewBox::checkLoadedDocument() {
|
||||
return;
|
||||
}
|
||||
const auto generateCallback = [=](QImage &&image) {
|
||||
if (image.isNull()) {
|
||||
return;
|
||||
}
|
||||
crl::async([
|
||||
this,
|
||||
image = std::move(image),
|
||||
|
||||
Reference in New Issue
Block a user