mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Fix theme with background with colorizer.
This commit is contained in:
@@ -821,7 +821,8 @@ void SaveThemeBox(
|
||||
const auto background = Background()->createCurrentImage();
|
||||
const auto backgroundIsTiled = Background()->tile();
|
||||
const auto changed = !Data::IsThemeWallPaper(Background()->paper())
|
||||
|| originalParsed.background.isEmpty();
|
||||
|| originalParsed.background.isEmpty()
|
||||
|| ColorizerForTheme(original.pathAbsolute);
|
||||
|
||||
auto parsed = ParsedTheme();
|
||||
parsed.palette = StripCloudTextFields(palette);
|
||||
|
||||
Reference in New Issue
Block a user