2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Show "choose from user" box when typing "from:".

This commit is contained in:
John Preston
2017-08-06 19:32:05 +02:00
parent ce51abd9d0
commit 0a6535ea94
3 changed files with 26 additions and 2 deletions

View File

@@ -198,6 +198,7 @@ private:
PeerData *_searchInPeer = nullptr;
PeerData *_searchInMigrated = nullptr;
UserData *_searchFromUser = nullptr;
QString _lastFilterText;
QTimer _searchTimer;