2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +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

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

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