mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Improved color of topic icon in TopicIconView.
This commit is contained in:
parent
eb27c12117
commit
a38dcb6ee5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue