diff --git a/Telegram/SourceFiles/chat_helpers/emoji_suggestions_widget.h b/Telegram/SourceFiles/chat_helpers/emoji_suggestions_widget.h index ffafb2ebe0..7d88177786 100644 --- a/Telegram/SourceFiles/chat_helpers/emoji_suggestions_widget.h +++ b/Telegram/SourceFiles/chat_helpers/emoji_suggestions_widget.h @@ -97,7 +97,10 @@ private: class SuggestionsController { public: struct Options { - bool suggestExactFirstWord = true; + Options() : suggestExactFirstWord(true) { + } + + bool suggestExactFirstWord; }; SuggestionsController( diff --git a/Telegram/ThirdParty/qtlottie b/Telegram/ThirdParty/qtlottie index 20f170a346..6cd5e32364 160000 --- a/Telegram/ThirdParty/qtlottie +++ b/Telegram/ThirdParty/qtlottie @@ -1 +1 @@ -Subproject commit 20f170a3462392e59b556333de97e5700098f964 +Subproject commit 6cd5e323645746620f96450487e05900a0fbc7ce