mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
chore: refactor & reformat settings
This commit is contained in:
@@ -408,7 +408,7 @@ bool FieldAutocomplete::clearFilteredBotCommands() {
|
||||
FieldAutocomplete::StickerRows FieldAutocomplete::getStickerSuggestions() {
|
||||
const auto data = &_session->data().stickers();
|
||||
const auto list = data->getListByEmoji({ _emoji }, _stickersSeed);
|
||||
const auto& settings = AyuSettings::getInstance();
|
||||
const auto &settings = AyuSettings::getInstance();
|
||||
auto result = ranges::views::all(
|
||||
list
|
||||
) | ranges::views::filter([&](not_null<DocumentData*> sticker) {
|
||||
|
||||
Reference in New Issue
Block a user