mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Renamed class back from AdaptiveModern to Adaptive.
This commit is contained in:
@@ -969,8 +969,8 @@ void SetupChatBackground(
|
||||
}, tile->lifetime());
|
||||
|
||||
adaptive->toggleOn(controller->adaptive().chatLayoutValue(
|
||||
) | rpl::map([](Window::AdaptiveModern::ChatLayout layout) {
|
||||
return (layout == Window::AdaptiveModern::ChatLayout::Wide);
|
||||
) | rpl::map([](Window::Adaptive::ChatLayout layout) {
|
||||
return (layout == Window::Adaptive::ChatLayout::Wide);
|
||||
}));
|
||||
|
||||
adaptive->entity()->checkedChanges(
|
||||
|
Reference in New Issue
Block a user