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

Don't close recommendations.

This commit is contained in:
John Preston
2024-04-19 16:10:42 +04:00
parent da423b5bd2
commit a88770a8ec
6 changed files with 79 additions and 15 deletions

View File

@@ -304,6 +304,7 @@ private:
std::vector<Data::ReactionId> _searchTags;
rpl::lifetime _searchTagsLifetime;
QString _lastSearchText;
bool _searchSuggestionsLocked = false;
bool _searchHasFocus = false;
rpl::event_stream<rpl::producer<Stories::Content>> _storiesContents;