mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-11 22:23:49 +00:00
Fixed 3D premium covers drawing over shown boxes.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user