mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-12 06:33:59 +00:00
Search results look nicer now.
This commit is contained in:
@@ -54,12 +54,16 @@ void BuildChatSectionContent(
|
||||
SetupArchive(controller, container, showOther);
|
||||
}
|
||||
|
||||
const auto kMeta = BuildHelper(Chat::Id(), [](SectionBuilder &builder) {
|
||||
const auto controller = builder.controller();
|
||||
const auto showOther = builder.showOther();
|
||||
const auto highlights = builder.highlights();
|
||||
BuildChatSectionContent(builder, controller, showOther, highlights);
|
||||
}, Main::Id());
|
||||
const auto kMeta = BuildHelper(
|
||||
Chat::Id(),
|
||||
tr::lng_settings_section_chat_settings,
|
||||
[](SectionBuilder &builder) {
|
||||
const auto controller = builder.controller();
|
||||
const auto showOther = builder.showOther();
|
||||
const auto highlights = builder.highlights();
|
||||
BuildChatSectionContent(builder, controller, showOther, highlights);
|
||||
},
|
||||
Main::Id());
|
||||
|
||||
} // namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user