2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 23:45:44 +00:00

Show sticker set on Ctrl+Click in stickers list.

This commit is contained in:
John Preston
2019-09-10 00:48:34 +03:00
parent ca45fb617e
commit 76f0abecfd
5 changed files with 41 additions and 20 deletions

View File

@@ -3219,6 +3219,8 @@ void MainWidget::start() {
if (const auto availableAt = Local::ReadExportSettings().availableAt) {
session().data().suggestStartExport(availableAt);
}
session().data().notifyStickersUpdated();
session().data().notifySavedGifsUpdated();
_history->start();