2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Alpha version 1.2.9.

- Quick Reply. Double click near a message for a quick reply.
- Search for Stickers. Click on the new search icon to access
your sticker sets or find new ones.
This commit is contained in:
John Preston
2018-03-07 20:43:59 +03:00
parent 90179188b9
commit f98fdeab3f
7 changed files with 32 additions and 18 deletions

View File

@@ -72,6 +72,15 @@ std::map<int, const char*> AlphaLogs() {
"\xE2\x80\x94 Select a message you want to reply to by "
"pressing Ctrl+Up and Ctrl+Down."
},
{
1002009,
"\xE2\x80\x94 Quick Reply. "
"Double click near a message for a quick reply.\n"
"\xE2\x80\x94 Search for Stickers. "
"Click on the new search icon to access "
"your sticker sets or find new ones."
}
};
}