From 0bcec5f10c69d063a08e3bf02ac6013040f08a8a Mon Sep 17 00:00:00 2001 From: Artem Lytkin Date: Tue, 6 Jan 2026 14:57:46 +0300 Subject: [PATCH] Fixed: GitHub Issue #29530 - Missing Expandable Quote Button in Caption Field --- Telegram/SourceFiles/chat_helpers/chat_helpers.style | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/SourceFiles/chat_helpers/chat_helpers.style b/Telegram/SourceFiles/chat_helpers/chat_helpers.style index 8dc53ebdf0..29e350ce15 100644 --- a/Telegram/SourceFiles/chat_helpers/chat_helpers.style +++ b/Telegram/SourceFiles/chat_helpers/chat_helpers.style @@ -1421,6 +1421,7 @@ defaultComposeFilesMenu: IconButton(defaultIconButton) { defaultComposeFilesField: InputField(defaultInputField) { textMargins: margins(1px, 26px, 31px, 4px); heightMax: 158px; + style: historyTextStyle; } defaultComposeFiles: ComposeFiles { check: defaultCheck;