mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 14:08:41 +00:00
Merge branch 'master' of https://github.com/telegramdesktop/tdesktop
This commit is contained in:
@@ -1290,6 +1290,8 @@ namespace App {
|
|||||||
delete *i;
|
delete *i;
|
||||||
}
|
}
|
||||||
documentsData.clear();
|
documentsData.clear();
|
||||||
|
cSetRecentStickers(RecentStickerPack());
|
||||||
|
cSetStickersHash(QByteArray());
|
||||||
::videoItems.clear();
|
::videoItems.clear();
|
||||||
::audioItems.clear();
|
::audioItems.clear();
|
||||||
::documentItems.clear();
|
::documentItems.clear();
|
||||||
|
@@ -434,6 +434,7 @@ void Window::clearWidgets() {
|
|||||||
intro->rpcInvalidate();
|
intro->rpcInvalidate();
|
||||||
intro = 0;
|
intro = 0;
|
||||||
}
|
}
|
||||||
|
title->updateBackButton();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Window::setupIntro(bool anim) {
|
void Window::setupIntro(bool anim) {
|
||||||
|
Reference in New Issue
Block a user