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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user