mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-12 14:43:54 +00:00
Fixed 3D premium covers drawing over shown boxes.
This commit is contained in:
@@ -467,6 +467,10 @@ bool Controller::isLayerShown() const {
|
||||
return _widget.ui_isLayerShown();
|
||||
}
|
||||
|
||||
rpl::producer<bool> Controller::boxShownValue() const {
|
||||
return _widget.ui_boxShownValue();
|
||||
}
|
||||
|
||||
void Controller::sideBarChanged() {
|
||||
_widget.recountGeometryConstraints();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user