From aef400db0f12bf2f65a702ae90de892783c91e6e Mon Sep 17 00:00:00 2001 From: AlexeyZavar Date: Tue, 15 Jul 2025 17:27:28 +0300 Subject: [PATCH] fix: message shot layout --- Telegram/SourceFiles/ayu/features/messageshot/message_shot.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Telegram/SourceFiles/ayu/features/messageshot/message_shot.cpp b/Telegram/SourceFiles/ayu/features/messageshot/message_shot.cpp index 50d012cafe..581103ff68 100644 --- a/Telegram/SourceFiles/ayu/features/messageshot/message_shot.cpp +++ b/Telegram/SourceFiles/ayu/features/messageshot/message_shot.cpp @@ -209,8 +209,7 @@ bool MessageShotDelegate::elementHideReply(not_null HistoryView::ElementChatMode MessageShotDelegate::elementChatMode() { using Mode = HistoryView::ElementChatMode; - // Mode::Wide; - return Mode::Default; + return Mode::Wide; } QImage removeEmptySpaceAround(const QImage &original) {