mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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()) {
|
if (_player && _player->ready()) {
|
||||||
paint(_player->frame(
|
paint(_player->frame(
|
||||||
st::infoTopicCover.photo.size,
|
st::infoTopicCover.photo.size,
|
||||||
QColor(0, 0, 0, 0),
|
st::windowFg->c,
|
||||||
false,
|
false,
|
||||||
crl::now(),
|
crl::now(),
|
||||||
_paused()).image);
|
_paused()).image);
|
||||||
|
|
Loading…
Add table
Reference in a new issue