mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Added Add-to-Emoji-Set option to menu for small packless stickers.
This commit is contained in:
@@ -3186,7 +3186,7 @@ void HistoryInner::showContextMenu(QContextMenuEvent *e, bool showFromTouch) {
|
||||
showStickerPackInfo(document);
|
||||
}, &st::menuIconStickers);
|
||||
} else {
|
||||
Api::AddAddToStickerSetAction(
|
||||
Api::AddAddToOwnedSetAction(
|
||||
Ui::Menu::CreateAddActionCallback(_menu),
|
||||
_controller->uiShow(),
|
||||
document);
|
||||
|
||||
@@ -293,7 +293,7 @@ void AddDocumentActions(
|
||||
&st::menuIconStickers);
|
||||
}
|
||||
if (document->sticker() && !document->sticker()->set) {
|
||||
Api::AddAddToStickerSetAction(
|
||||
Api::AddAddToOwnedSetAction(
|
||||
Ui::Menu::CreateAddActionCallback(menu),
|
||||
controller->uiShow(),
|
||||
document);
|
||||
|
||||
Reference in New Issue
Block a user