Search results look nicer now.

This commit is contained in:
John Preston
2026-01-13 14:28:31 +04:00
parent 1d0c41b295
commit df1410d84d
14 changed files with 428 additions and 279 deletions
@@ -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