Allowed closing boxes and layers with mouse back button.

This commit is contained in:
23rd
2026-06-10 19:32:08 +03:00
parent d165b383ab
commit d7316816a2
10 changed files with 36 additions and 6 deletions
@@ -463,6 +463,10 @@ void Controller::hideSettingsAndLayer(anim::type animated) {
_widget.ui_hideSettingsAndLayer(animated);
}
bool Controller::closeLayerByBackButton() {
return _widget.closeLayerByBackButton();
}
bool Controller::isLayerShown() const {
return _widget.ui_isLayerShown();
}