This commit is contained in:
Henry Jameson 2024-10-07 12:29:47 +03:00
parent 4d472e1d4b
commit 69f684cb64

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