2
0
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:
23rd
2021-01-29 17:58:31 +03:00
parent 5d4e5ed527
commit 6c0553f4d6
5 changed files with 28 additions and 8 deletions

View File

@@ -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);