mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 23:53:58 +02:00
Fix theme with background with colorizer.
This commit is contained in:
parent
5c13214244
commit
8fd17e2e8f
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue