mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Update icons for folders.
This commit is contained in:
@@ -300,7 +300,9 @@ void FilterRowButton::paintEvent(QPaintEvent *e) {
|
||||
st::settingsFilterIconLeft,
|
||||
(height() - icon->height()) / 2,
|
||||
width(),
|
||||
(over ? st::menuIconFgOver : st::menuIconFg)->c);
|
||||
(over
|
||||
? st::dialogsUnreadBgMutedOver
|
||||
: st::dialogsUnreadBgMuted)->c);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user