2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

Improve main menu > settings transition animation.

Remove full window cache in case of settings shown as a section.
This commit is contained in:
John Preston
2018-09-06 17:58:43 +03:00
parent 482ecf12ff
commit cfce189201
7 changed files with 42 additions and 5 deletions

View File

@@ -516,6 +516,10 @@ void Controller::showSpecialLayer(
App::wnd()->showSpecialLayer(std::move(layer), animated);
}
void Controller::removeLayerBlackout() {
App::wnd()->ui_removeLayerBlackout();
}
not_null<MainWidget*> Controller::chats() const {
return App::wnd()->chatsWidget();
}