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

Added ability to hide layer for specific window controller.

This commit is contained in:
23rd
2022-02-21 01:40:22 +03:00
parent 3ebb9af8f8
commit 0f7b0c4227
2 changed files with 6 additions and 0 deletions

View File

@@ -1515,6 +1515,10 @@ QPointer<Ui::BoxContent> SessionController::show(
return _window->show(std::move(content), options, animated);
}
void SessionController::hideLayer(anim::type animated) {
show({ nullptr }, Ui::LayerOption::CloseOther, animated);
}
void SessionController::openPhoto(
not_null<PhotoData*> photo,
FullMsgId contextId) {