Compare commits

...

2 commits

Author SHA1 Message Date
Henry Jameson
0da9ba1b7a Merge branch 'themes3-grand-finale-maybe' into shigusegubu-themes3 2024-10-07 12:30:07 +03:00
Henry Jameson
69f684cb64 oops 2024-10-07 12:29:47 +03:00

View file

@ -629,7 +629,7 @@ export const normalizeThemeData = (input) => {
themeSource = input.source
} else if (
Object.prototype.hasOwnProperty.call(input, 'themeEngineVersion') ||
Object.prototype.hasOwnProperty.call(input, 'bg')
Object.prototype.hasOwnProperty.call(input, 'colors')
) {
// We got passed a source/snapshot
themeData = input