2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +00:00

Show custom chat wallpapers in chats.

This commit is contained in:
John Preston
2023-04-17 13:43:08 +04:00
parent 5cbf9a2dc4
commit bf27185feb
20 changed files with 369 additions and 121 deletions

View File

@@ -794,7 +794,7 @@ QString DocumentData::loadingFilePath() const {
bool DocumentData::displayLoading() const {
return loading()
? (!_loader->loadingLocal() || !_loader->autoLoading())
? !_loader->loadingLocal()
: (uploading() && !waitingForAlbum());
}