2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-01 15:05:56 +00:00

Support colored emoji statuses.

This commit is contained in:
John Preston
2022-08-31 12:29:09 +04:00
parent 923e725e18
commit 2d07539892
17 changed files with 224 additions and 56 deletions

View File

@@ -593,6 +593,11 @@ void paintRow(
: selected
? &st::dialogsScamFgOver
: &st::dialogsScamFg),
.premiumFg = (active
? &st::dialogsVerifiedIconBgActive
: selected
? &st::dialogsVerifiedIconBgOver
: &st::dialogsVerifiedIconBg),
.preview = (active
? st::dialogsScamFgActive
: selected