mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-04 00:25:17 +00:00
Fixed text color of menu item for disabling notifications.
This commit is contained in:
@@ -128,6 +128,9 @@ void MuteItem::paintEvent(QPaintEvent *e) {
|
|||||||
st::settingsIconBg2,
|
st::settingsIconBg2,
|
||||||
progress);
|
progress);
|
||||||
p.setPen(color);
|
p.setPen(color);
|
||||||
|
|
||||||
|
Action::paintBackground(p, Action::isSelected());
|
||||||
|
RippleButton::paintRipple(p, 0, 0);
|
||||||
Action::paintText(p);
|
Action::paintText(p);
|
||||||
|
|
||||||
const auto &icon = _isMuted ? st::menuIconUnmute : st::menuIconMute;
|
const auto &icon = _isMuted ? st::menuIconUnmute : st::menuIconMute;
|
||||||
|
Submodule Telegram/lib_ui updated: aa155db0bd...e94d77847c
Reference in New Issue
Block a user