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:
@@ -794,7 +794,7 @@ QString DocumentData::loadingFilePath() const {
|
||||
|
||||
bool DocumentData::displayLoading() const {
|
||||
return loading()
|
||||
? (!_loader->loadingLocal() || !_loader->autoLoading())
|
||||
? !_loader->loadingLocal()
|
||||
: (uploading() && !waitingForAlbum());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user