Remove test image-patterned message backgrounds.

This commit is contained in:
John Preston 2021-12-28 13:46:31 +03:00
parent 948dd7d545
commit 38c296b69f
1 changed files with 0 additions and 1 deletions

View File

@ -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();
}