fix my phone

This commit is contained in:
Henry Jameson 2024-10-07 12:21:36 +03:00
parent 4f66731723
commit 4d472e1d4b

View file

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