Add unlimited recent stickers experimental option

This commit is contained in:
Ilya Fedin
2026-02-28 06:57:21 +04:00
committed by John Preston
parent 1292bbd954
commit 46758a82a7
3 changed files with 15 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "storage/localimageloader.h"
#include "data/data_document_resolver.h"
#include "info/info_flexible_scroll.h"
#include "chat_helpers/stickers_list_widget.h"
#include "styles/style_settings.h"
#include "styles/style_layers.h"
@@ -177,6 +178,7 @@ void SetupExperimental(
addToggle(Info::kAlternativeScrollProcessing);
addToggle(kModerateCommonGroups);
addToggle(kForceComposeSearchOneColumn);
addToggle(ChatHelpers::kOptionUnlimitedRecentStickers);
}
} // namespace