mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Alpha version 0.10.21: pinned chats, groups in common, new design.
This commit is contained in:
@@ -3664,6 +3664,11 @@ bool readBackground() {
|
||||
}
|
||||
_backgroundCanWrite = true;
|
||||
return true;
|
||||
} else if (id == Window::Theme::kThemeBackground && pngData.isEmpty()) {
|
||||
_backgroundCanWrite = false;
|
||||
Window::Theme::Background()->setImage(id);
|
||||
_backgroundCanWrite = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
QImage image;
|
||||
|
Reference in New Issue
Block a user