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
@@ -1769,6 +1769,10 @@ void SessionController::removeLayerBlackout() {
widget()->ui_removeLayerBlackout();
}
bool SessionController::isLayerShown() const {
return _window->isLayerShown();
}
not_null<MainWidget*> SessionController::content() const {
return widget()->sessionContent();
}