2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Manage faved stickers from sticker context menu.

This commit is contained in:
John Preston
2017-08-02 22:57:49 +02:00
parent 134bc13169
commit 070456882e
13 changed files with 485 additions and 391 deletions

View File

@@ -537,7 +537,7 @@ DefineVar(Sandbox, ProxyData, PreLaunchProxy);
namespace Stickers {
Set *feedSet(const MTPDstickerSet &set) {
Set *FeedSet(const MTPDstickerSet &set) {
MTPDstickerSet::Flags flags = 0;
auto &sets = Global::RefStickerSets();