From 38c296b69fa8498ee5ffdf5895ee9ad475175282 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 28 Dec 2021 13:46:31 +0300 Subject: [PATCH] Remove test image-patterned message backgrounds. --- Telegram/SourceFiles/ui/chat/chat_theme.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Telegram/SourceFiles/ui/chat/chat_theme.cpp b/Telegram/SourceFiles/ui/chat/chat_theme.cpp index c0ffade96a..bad61bd14f 100644 --- a/Telegram/SourceFiles/ui/chat/chat_theme.cpp +++ b/Telegram/SourceFiles/ui/chat/chat_theme.cpp @@ -150,7 +150,6 @@ constexpr auto kMinAcceptableContrast = 1.14;// 4.5; [[nodiscard]] QImage PrepareBubblesBackground( const ChatThemeBubblesData &data) { - return QImage(":/gui/art/themeimage.jpg"); AssertIsDebug(); if (data.colors.size() < 2) { return QImage(); }