commit: 69f684cb645530d975ca2919cadb24195fa67a90
parent 4d472e1d4b13b45bd1b80756bd69fedce0c5b69b
Author: Henry Jameson <me@hjkos.com>
Date: Mon, 7 Oct 2024 12:29:47 +0300
oops
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/modules/interface.js b/src/modules/interface.js
@@ -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