mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fix pattern wallpapers with themes.
This commit is contained in:
@@ -1596,7 +1596,7 @@ void MainWidget::setReadyChatBackground(
|
||||
? Data::DefaultWallPaper()
|
||||
: background;
|
||||
|
||||
Background()->setImage(ready, std::move(image));
|
||||
Background()->set(ready, std::move(image));
|
||||
const auto tile = Data::IsLegacy1DefaultWallPaper(ready);
|
||||
Background()->setTile(tile);
|
||||
Ui::ForceFullRepaint(this);
|
||||
|
Reference in New Issue
Block a user