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

Show chat preview on Alt+Click.

This commit is contained in:
John Preston
2024-05-03 18:30:14 +04:00
parent aee62c7591
commit cd7cfcdf2f
2 changed files with 22 additions and 12 deletions

View File

@@ -123,9 +123,9 @@ public:
void resizeEmptyLabel();
[[nodiscard]] bool isUserpicPress() const;
[[nodiscard]] bool pressShowsPreview() const;
[[nodiscard]] bool pressShowsPreview(bool onlyUserpic) const;
void cancelChatPreview();
void showChatPreview();
void showChatPreview(bool onlyUserpic);
bool chooseRow(
Qt::KeyboardModifiers modifiers = {},
MsgId pressedTopicRootId = {});