mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
Fix notifications settings in dark system themes.
This commit is contained in:
parent
3644dfd6fc
commit
8259f74074
1 changed files with 2 additions and 0 deletions
|
@ -607,6 +607,8 @@ void NotifyPreview::paint(Painter &p, int x, int y) {
|
||||||
p.drawImage(userpic.topLeft(), _logo);
|
p.drawImage(userpic.topLeft(), _logo);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p.setPen(st::historyTextInFg);
|
||||||
|
|
||||||
const auto &title = _nameShown ? _name : _title;
|
const auto &title = _nameShown ? _name : _title;
|
||||||
title.drawElided(
|
title.drawElided(
|
||||||
p,
|
p,
|
||||||
|
|
Loading…
Add table
Reference in a new issue