mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +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 },
|
||||
Ui::Text::Link(text, linkIndex).entities.front(),
|
||||
};
|
||||
auto title = (setId != coloredId)
|
||||
auto title = (setId == coloredId)
|
||||
? tr::lng_premium_emoji_status_title_colored(
|
||||
tr::now,
|
||||
lt_user,
|
||||
|
|
Loading…
Add table
Reference in a new issue