2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Replaced icon color for songs with bright one.

This commit is contained in:
23rd
2021-01-24 09:40:26 +03:00
parent d4bbbdb65c
commit 9b9531d279
7 changed files with 81 additions and 14 deletions

View File

@@ -896,6 +896,8 @@ void File::paint(Painter &p, const QRect &clip, const PaintContext *context) con
return &st::historyFileInPause;
} else if (_document->isImage()) {
return &st::historyFileInImage;
} else if (_document->isSong()) {
return &st::historyFileSongPlay;
} else if (_document->isVoiceMessage()
|| _document->isAudioFile()) {
return &st::historyFileInPlay;