mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-03-03 12:58:11 +00:00
Fixed text color of menu item for disabling notifications.
This commit is contained in:
parent
8591fae031
commit
f1a7db780e
@ -128,6 +128,9 @@ void MuteItem::paintEvent(QPaintEvent *e) {
|
||||
st::settingsIconBg2,
|
||||
progress);
|
||||
p.setPen(color);
|
||||
|
||||
Action::paintBackground(p, Action::isSelected());
|
||||
RippleButton::paintRipple(p, 0, 0);
|
||||
Action::paintText(p);
|
||||
|
||||
const auto &icon = _isMuted ? st::menuIconUnmute : st::menuIconMute;
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit aa155db0bd11485643511da210fa7629b48347e8
|
||||
Subproject commit e94d77847c7bd3e26b33fa20d40f2c467d8cca46
|
Loading…
Reference in New Issue
Block a user