mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Returned default icon color for songs without cover art.
Related commit: 9b9531d279
.
This commit is contained in:
@@ -963,7 +963,7 @@ void EditCaptionBox::paintEvent(QPaintEvent *e) {
|
||||
}
|
||||
|
||||
const auto icon = &(_isAudio
|
||||
? st::historyFileSongPlay
|
||||
? (_thumbw ? st::historyFileSongPlay : st::historyFileInPlay)
|
||||
: _isImage
|
||||
? st::historyFileInImage
|
||||
: st::historyFileInDocument);
|
||||
|
Reference in New Issue
Block a user