2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Implement emoji search / categories.

This commit is contained in:
John Preston
2023-01-20 20:44:08 +04:00
parent 826ec75c33
commit e73dbf5f65
81 changed files with 978 additions and 116 deletions

View File

@@ -1020,7 +1020,7 @@ void TabbedSelector::fillTabsSliderSections() {
return tr::lng_switch_masks;
}
Unexpected("SelectorTab value in fillTabsSliderSections.");
}()(tr::now).toUpper();
}()(tr::now);
}) | ranges::to_vector;
_tabsSlider->setSections(sections);
}