mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-10-01 11:22:20 +00:00
Support colored emoji statuses.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user