mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix emoji status pack view regression.
This commit is contained in:
parent
9d74d93ed7
commit
1594afa389
1 changed files with 1 additions and 1 deletions
|
@ -774,7 +774,7 @@ void TopBarUser::updateTitle(
|
||||||
{ EntityType::CustomEmoji, 0, 1, entityEmojiData },
|
{ EntityType::CustomEmoji, 0, 1, entityEmojiData },
|
||||||
Ui::Text::Link(text, linkIndex).entities.front(),
|
Ui::Text::Link(text, linkIndex).entities.front(),
|
||||||
};
|
};
|
||||||
auto title = (setId != coloredId)
|
auto title = (setId == coloredId)
|
||||||
? tr::lng_premium_emoji_status_title_colored(
|
? tr::lng_premium_emoji_status_title_colored(
|
||||||
tr::now,
|
tr::now,
|
||||||
lt_user,
|
lt_user,
|
||||||
|
|
Loading…
Add table
Reference in a new issue