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:
@@ -1205,6 +1205,10 @@ void SessionController::showNewChannel() {
|
||||
Ui::LayerOption::KeepOther);
|
||||
}
|
||||
|
||||
Window::AdaptiveModern &SessionController::adaptive() const {
|
||||
return _window->adaptive();
|
||||
}
|
||||
|
||||
SessionController::~SessionController() = default;
|
||||
|
||||
} // namespace Window
|
||||
|
Reference in New Issue
Block a user