2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Fixed text color of menu item for disabling notifications.

This commit is contained in:
23rd
2022-04-17 02:12:49 +03:00
committed by John Preston
parent 8591fae031
commit f1a7db780e
2 changed files with 4 additions and 1 deletions

View File

@@ -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;