mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-24 17:26:58 +00:00
Improved color of topic icon in TopicIconView.
This commit is contained in:
parent
eb27c12117
commit
a38dcb6ee5
@ -129,7 +129,7 @@ void TopicIconView::paintInRect(QPainter &p, QRect rect) {
|
||||
if (_player && _player->ready()) {
|
||||
paint(_player->frame(
|
||||
st::infoTopicCover.photo.size,
|
||||
QColor(0, 0, 0, 0),
|
||||
st::windowFg->c,
|
||||
false,
|
||||
crl::now(),
|
||||
_paused()).image);
|
||||
|
Loading…
Reference in New Issue
Block a user