diff --git a/Telegram/SourceFiles/boxes/background_preview_box.cpp b/Telegram/SourceFiles/boxes/background_preview_box.cpp index c0f53e255..3573a261e 100644 --- a/Telegram/SourceFiles/boxes/background_preview_box.cpp +++ b/Telegram/SourceFiles/boxes/background_preview_box.cpp @@ -199,7 +199,9 @@ BackgroundPreviewBox::BackgroundPreviewBox( , _appNightMode(Window::Theme::IsNightModeValue()) , _boxDarkMode(_appNightMode.current()) , _dimmingIntensity(std::clamp(paper.patternIntensity(), 0, 100)) -, _dimmed(_forPeer && paper.document() && !paper.isPattern()) { +, _dimmed(_forPeer + && (paper.document() || paper.localThumbnail()) + && !paper.isPattern()) { if (_media) { _media->thumbnailWanted(_paper.fileOrigin()); }