mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +02:00
Version 4.5: Fix build with GCC.
This commit is contained in:
parent
4f3510c47c
commit
bc71a2619a
1 changed files with 0 additions and 1 deletions
|
@ -114,7 +114,6 @@ Image *ReplyPreview::image(
|
|||
_photoMedia->wanted(Size::Small, origin);
|
||||
}
|
||||
if (spoiler) {
|
||||
const auto option = Images::Option::Blur;
|
||||
if (const auto blurred = _photoMedia->thumbnailInline()) {
|
||||
prepare(blurred, {}, true);
|
||||
} else if (const auto small = _photoMedia->image(Size::Small)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue