2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 15:35:51 +00:00

ConfirmPhoneBox added to Xcode and QtCreator projects.

"Frequently used" done with two lang keys (for emoji/stickers).
"Featured Stickers" -> "Trending Stickers", langs updated.
This commit is contained in:
John Preston
2016-07-29 11:29:15 +01:00
parent 4b98cac6da
commit a4dbe6f096
11 changed files with 48 additions and 14 deletions

View File

@@ -3196,7 +3196,7 @@ namespace Local {
setTitle = lang(lng_custom_stickers);
setFlags |= qFlags(MTPDstickerSet_ClientFlag::f_special);
} else if (setId == Stickers::CloudRecentSetId) {
setTitle = lang(lng_emoji_category0); // Frequently used
setTitle = lang(lng_recent_stickers);
setFlags |= qFlags(MTPDstickerSet_ClientFlag::f_special);
} else if (setId) {
if (readingInstalled && outOrder && stickers.version < 9061) {