mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +02:00
Merge branch 'master' of https://github.com/telegramdesktop/tdesktop
This commit is contained in:
commit
0dc44545fa
2 changed files with 3 additions and 0 deletions
|
@ -1290,6 +1290,8 @@ namespace App {
|
|||
delete *i;
|
||||
}
|
||||
documentsData.clear();
|
||||
cSetRecentStickers(RecentStickerPack());
|
||||
cSetStickersHash(QByteArray());
|
||||
::videoItems.clear();
|
||||
::audioItems.clear();
|
||||
::documentItems.clear();
|
||||
|
|
|
@ -434,6 +434,7 @@ void Window::clearWidgets() {
|
|||
intro->rpcInvalidate();
|
||||
intro = 0;
|
||||
}
|
||||
title->updateBackButton();
|
||||
}
|
||||
|
||||
void Window::setupIntro(bool anim) {
|
||||
|
|
Loading…
Add table
Reference in a new issue