mirror of https://github.com/procxx/kepka.git
Fix theme with background with colorizer.
This commit is contained in:
parent
5c13214244
commit
8fd17e2e8f
|
@ -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…
Reference in New Issue