2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Added new Adaptive class to replace legacy Adaptive namespace.

Temporarily named class as AdaptiveModern.
This commit is contained in:
23rd
2021-05-27 02:16:12 +03:00
parent d2c8780c0f
commit 2d90a06078
7 changed files with 111 additions and 0 deletions

View File

@@ -1205,6 +1205,10 @@ void SessionController::showNewChannel() {
Ui::LayerOption::KeepOther);
}
Window::AdaptiveModern &SessionController::adaptive() const {
return _window->adaptive();
}
SessionController::~SessionController() = default;
} // namespace Window