Fixed 3D premium covers drawing over shown boxes.

This commit is contained in:
23rd
2026-06-06 16:23:15 +03:00
parent 056ca1c727
commit 4d32a1658c
14 changed files with 179 additions and 39 deletions
@@ -3129,6 +3129,10 @@ bool SessionController::isLayerShown() const {
return _window->isLayerShown();
}
rpl::producer<bool> SessionController::boxShownValue() const {
return _window->boxShownValue();
}
void SessionController::registerActiveLayerSection(SectionWidget *section) {
_activeLayerSection = section;
}