2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

Save wallpaper settings locally.

This commit is contained in:
John Preston
2019-01-28 16:59:49 +03:00
parent 2f702148e3
commit f506a5ea6c
14 changed files with 624 additions and 266 deletions

View File

@@ -410,7 +410,7 @@ void ChooseFromFile(not_null<QWidget*> parent) {
}
Window::Theme::Background()->setImage(
{ Window::Theme::kCustomBackground },
Data::CustomWallPaper(),
std::move(image));
Window::Theme::Background()->setTile(false);
};