mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Change default wallpaper.
This commit is contained in:
@@ -416,7 +416,7 @@ void Generator::paintHistoryBackground() {
|
||||
if (background.isNull()) {
|
||||
const auto fakePaper = Data::WallPaper(_current.backgroundId);
|
||||
if (Data::IsThemeWallPaper(fakePaper)) {
|
||||
background.load(qsl(":/gui/art/bg.jpg"));
|
||||
background.load(qsl(":/gui/art/background.jpg"));
|
||||
tiled = false;
|
||||
} else {
|
||||
background = std::move(_current.backgroundImage);
|
||||
|
Reference in New Issue
Block a user