Fix notifications settings in dark system themes.
This commit is contained in:
parent
3644dfd6fc
commit
8259f74074
|
@ -607,6 +607,8 @@ void NotifyPreview::paint(Painter &p, int x, int y) {
|
|||
p.drawImage(userpic.topLeft(), _logo);
|
||||
}
|
||||
|
||||
p.setPen(st::historyTextInFg);
|
||||
|
||||
const auto &title = _nameShown ? _name : _title;
|
||||
title.drawElided(
|
||||
p,
|
||||
|
|
Loading…
Reference in New Issue