mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +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.setPen(st::historyTextInFg);
|
||||
|
||||
const auto &title = _nameShown ? _name : _title;
|
||||
title.drawElided(
|
||||
p,
|
||||
|
|
Loading…
Add table
Reference in a new issue