mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Show stories in chats list userpics.
This commit is contained in:
@@ -65,8 +65,9 @@ class IndexedList;
|
||||
struct ChosenRow {
|
||||
Key key;
|
||||
Data::MessagePosition message;
|
||||
bool filteredRow = false;
|
||||
bool newWindow = false;
|
||||
bool userpicClick : 1 = false;
|
||||
bool filteredRow : 1 = false;
|
||||
bool newWindow : 1 = false;
|
||||
};
|
||||
|
||||
enum class SearchRequestType {
|
||||
@@ -416,6 +417,7 @@ private:
|
||||
FilterId _filterId = 0;
|
||||
bool _mouseSelection = false;
|
||||
std::optional<QPoint> _lastMousePosition;
|
||||
int _lastRowLocalMouseX = -1;
|
||||
Qt::MouseButton _pressButton = Qt::LeftButton;
|
||||
|
||||
Data::Folder *_openedFolder = nullptr;
|
||||
|
Reference in New Issue
Block a user