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:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user