2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Move EmojiPanel bottom controls to Controller.

Open sticker set by click on the name.
Add a delete sticker set button.
This commit is contained in:
John Preston
2017-03-29 18:09:16 +03:00
parent 6d27172b20
commit 0690c4f98c
15 changed files with 1085 additions and 939 deletions

View File

@@ -527,18 +527,6 @@ enum DBIScale {
static const int MatrixRowShift = 40000;
enum DBIEmojiSection {
dbiesRecent = -1,
dbiesPeople = 0,
dbiesNature = 1,
dbiesFood = 2,
dbiesActivity = 3,
dbiesTravel = 4,
dbiesObjects = 5,
dbiesSymbols = 6,
dbiesStickers = 666,
};
enum DBIPlatform {
dbipWindows = 0,
dbipMac = 1,