2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-04 00:15:42 +00:00

Use new HistoryWallPaper media type for wallpaper.

This commit is contained in:
John Preston
2019-01-29 19:26:19 +03:00
parent fd8e9dad92
commit 5ca12a73c3
24 changed files with 683 additions and 192 deletions

View File

@@ -152,7 +152,7 @@ QImage PrepareScaledFromFull(
if (patternBackground) {
result = ColorizePattern(
std::move(result),
Window::Theme::PatternColor(*patternBackground));
Data::PatternColor(*patternBackground));
}
return result;
}