2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 15:35:51 +00:00

Remove namespace App.

This commit is contained in:
John Preston
2022-11-30 17:28:09 +04:00
parent 01139e1b04
commit ad3f8e72a0
24 changed files with 80 additions and 74 deletions

View File

@@ -341,6 +341,10 @@ void Controller::hideSettingsAndLayer(anim::type animated) {
_widget.ui_hideSettingsAndLayer(animated);
}
bool Controller::isLayerShown() const {
return _widget.ui_isLayerShown();
}
void Controller::sideBarChanged() {
_widget.recountGeometryConstraints();
}