diff --git a/Telegram/SourceFiles/chat_helpers/stickers_list_widget.cpp b/Telegram/SourceFiles/chat_helpers/stickers_list_widget.cpp index 6a9e2b7ff3..e70bf3ec7e 100644 --- a/Telegram/SourceFiles/chat_helpers/stickers_list_widget.cpp +++ b/Telegram/SourceFiles/chat_helpers/stickers_list_widget.cpp @@ -81,6 +81,7 @@ base::options::toggle OptionUnlimitedRecentStickers({ .id = kOptionUnlimitedRecentStickers, .name = "Unlimited recent stickers", .description = "Display as much recent stickers as the server provides", + .scope = static_cast(0) }); [[nodiscard]] bool SetInMyList(Data::StickersSetFlags flags) {