fix: embeds system theme (#3659)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
This commit is contained in:
@@ -83,7 +83,7 @@ watch(
|
||||
applySetting("BG_COLOR", "dark")
|
||||
} else if (parsedProperties.theme === "light") {
|
||||
applySetting("BG_COLOR", "light")
|
||||
} else if (parsedProperties.theme === "auto") {
|
||||
} else if (parsedProperties.theme === "system") {
|
||||
applySetting("BG_COLOR", "system")
|
||||
}
|
||||
properties.value = parsedProperties.options
|
||||
|
||||
Reference in New Issue
Block a user