2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-01 06:55:58 +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

@@ -963,7 +963,7 @@ void EditCaptionBox::paintEvent(QPaintEvent *e) {
}
const auto icon = &(_isAudio
? st::historyFileInPlay
? st::historyFileSongPlay
: _isImage
? st::historyFileInImage
: st::historyFileInDocument);