2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +00:00

Added display of full filenames for documents in tooltips.

This commit is contained in:
23rd
2022-10-04 19:03:57 +03:00
committed by John Preston
parent c1b2d7ed4c
commit 38f5cda800
5 changed files with 77 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ constexpr auto kPhotoLinkMediaProperty = 0x02;
constexpr auto kDocumentLinkMediaProperty = 0x03;
constexpr auto kSendReactionEmojiProperty = 0x04;
constexpr auto kReactionsCountEmojiProperty = 0x05;
constexpr auto kDocumentFilenameTooltipProperty = 0x06;
namespace Ui {
class Show;