mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 07:07:08 +02:00
Remove test image-patterned message backgrounds.
This commit is contained in:
parent
948dd7d545
commit
38c296b69f
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue