mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 13:47:05 +02:00
Fix blurred thumbnails in albums.
Regression was introduced in dc146cb1fe
.
Once again fixes #6332.
This commit is contained in:
parent
cd33d855a4
commit
854bc9f84a
1 changed files with 1 additions and 1 deletions
|
@ -1130,7 +1130,7 @@ void Gif::validateGroupedCache(
|
|||
const auto height = geometry.height();
|
||||
const auto options = Option::Smooth
|
||||
| Option::RoundedLarge
|
||||
| (blur ? Option(0) : Option::Blurred)
|
||||
| (blur ? Option::Blurred : Option(0))
|
||||
| ((corners & RectPart::TopLeft) ? Option::RoundedTopLeft : Option::None)
|
||||
| ((corners & RectPart::TopRight) ? Option::RoundedTopRight : Option::None)
|
||||
| ((corners & RectPart::BottomLeft) ? Option::RoundedBottomLeft : Option::None)
|
||||
|
|
Loading…
Add table
Reference in a new issue