mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-06 20:03:12 +00:00
Allowed closing boxes and layers with mouse back button.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user