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) {