mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
parent
77719750ee
commit
07cc05f62e
1 changed files with 3 additions and 0 deletions
|
@ -1120,6 +1120,9 @@ void Gif::validateGroupedCache(
|
|||
&& thumb->height() < kUseNonBlurredThreshold));
|
||||
if (good && !useGood) {
|
||||
good->load({});
|
||||
if (!useThumb) {
|
||||
_data->loadThumbnail(_realParent->fullId());
|
||||
}
|
||||
}
|
||||
|
||||
const auto loadLevel = useGood ? 3 : useThumb ? 2 : image ? 1 : 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue