mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Enabled sending stickers from the sticker set preview box.
This commit is contained in:
@@ -1712,6 +1712,10 @@ void MainWidget::onShareContactCancel() {
|
||||
_history->cancelShareContact();
|
||||
}
|
||||
|
||||
bool MainWidget::onSendSticker(DocumentData *document) {
|
||||
return _history->onStickerSend(document);
|
||||
}
|
||||
|
||||
void MainWidget::dialogsCancelled() {
|
||||
if (_hider) {
|
||||
_hider->startHide();
|
||||
|
Reference in New Issue
Block a user